From 0f373fa57f5251094d9ee61fb87406ced0027836 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 4 Apr 2009 15:02:19 -0300 Subject: Update copyright years; make syncmanager case consistent --- hardinfo2/benchmark.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hardinfo2/benchmark.c') diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index 6a902b93..e31d6b34 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -1,6 +1,6 @@ /* * HardInfo - Displays System Information - * Copyright (C) 2003-2007 Leandro A. F. Pereira + * Copyright (C) 2003-2009 Leandro A. F. Pereira * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -398,12 +398,12 @@ void hi_module_init(void) { static SyncEntry se[] = { { - .fancy_name = "Send Benchmark Results", + .fancy_name = "Send benchmark results", .name = "SendBenchmarkResults", .save_to = NULL, .get_data = get_benchmark_results}, { - .fancy_name = "Receive Benchmark Results", + .fancy_name = "Receive benchmark results", .name = "RecvBenchmarkResults", .save_to = "benchmark.conf", .get_data = NULL} -- cgit v1.2.3