[gnome-disk-utility/gnome-2-28] Forgotten string
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility/gnome-2-28] Forgotten string
- Date: Mon, 5 Oct 2009 18:18:10 +0000 (UTC)
commit 5a25d504fcd8eddaad853529a9e4bf11c6a53b16
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Oct 5 14:15:49 2009 -0400
Forgotten string
Mark a user-visible string for translation. See bug 596065.
src/palimpsest/gdu-shell.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gdu-shell.c b/src/palimpsest/gdu-shell.c
index ef121a0..eff01ec 100644
--- a/src/palimpsest/gdu-shell.c
+++ b/src/palimpsest/gdu-shell.c
@@ -396,7 +396,7 @@ details_update (GduShell *shell)
str = g_string_new (s);
g_free (s);
- g_string_append (str, " mounted at ");
+ g_string_append (str, _(" mounted at "));
for (n = 0; mount_paths[n] != NULL; n++) {
if (n > 0)
g_string_append (str, ", ");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]