[gnome-disk-utility] Removed redundant units in message
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Removed redundant units in message
- Date: Sat, 23 Feb 2013 16:48:57 +0000 (UTC)
commit 1930acf17edce17b05ea65eaef7824c02ae595ca
Author: Marek Černocký <marek manet cz>
Date: Sat Feb 23 17:48:48 2013 +0100
Removed redundant units in message
src/disks/gdubenchmarkdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/disks/gdubenchmarkdialog.c b/src/disks/gdubenchmarkdialog.c
index 332674c..6f751da 100644
--- a/src/disks/gdubenchmarkdialog.c
+++ b/src/disks/gdubenchmarkdialog.c
@@ -1226,7 +1226,7 @@ benchmark_thread (gpointer user_data)
g_set_error (&error,
G_IO_ERROR,
g_io_error_from_errno (errno),
- C_("benchmarking", "Error pre-reading %s bytes from offset %s"),
+ C_("benchmarking", "Error pre-reading %s from offset %s"),
s, s2);
g_free (s2);
g_free (s);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]