[gnome-disk-utility] Fix typo in previous commit
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Fix typo in previous commit
- Date: Fri, 13 Jul 2012 18:07:44 +0000 (UTC)
commit 5576412052446bc8f2214942979dde7a1b4ba008
Author: David Zeuthen <zeuthen gmail com>
Date: Fri Jul 13 14:07:32 2012 -0400
Fix typo in previous commit
Signed-off-by: David Zeuthen <zeuthen gmail com>
src/disks/gducreatediskimagedialog.c | 2 +-
src/disks/gdurestorediskimagedialog.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/disks/gducreatediskimagedialog.c b/src/disks/gducreatediskimagedialog.c
index c0b3f57..c508d7c 100644
--- a/src/disks/gducreatediskimagedialog.c
+++ b/src/disks/gducreatediskimagedialog.c
@@ -268,7 +268,7 @@ write_cb (GOutputStream *output_stream,
{
s2 = g_format_size (data->total_bytes_read);
s3 = g_format_size (data->block_size);
- /* Translators: string used for convey progress of a copy operation where we know time remaining / speed.
+ /* Translators: string used for convey progress of a copy operation where we don't know time remaining / speed.
* The first two %s are strings with the amount of bytes (ex. "3.4 MB" and "300 MB").
*/
s = g_strdup_printf (_("%s of %s copied"), s2, s3);
diff --git a/src/disks/gdurestorediskimagedialog.c b/src/disks/gdurestorediskimagedialog.c
index 1d4be41..18e7c46 100644
--- a/src/disks/gdurestorediskimagedialog.c
+++ b/src/disks/gdurestorediskimagedialog.c
@@ -308,7 +308,7 @@ write_cb (GOutputStream *output_stream,
{
s2 = g_format_size (data->total_bytes_read);
s3 = g_format_size (data->file_size);
- /* Translators: string used for convey progress of a copy operation where we know time remaining / speed.
+ /* Translators: string used for convey progress of a copy operation where we don't know time remaining / speed.
* The first two %s are strings with the amount of bytes (ex. "3.4 MB" and "300 MB").
*/
s = g_strdup_printf (_("%s of %s copied"), s2, s3);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]