[totem] main: Remove strings to be translated
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Remove strings to be translated
- Date: Thu, 5 Apr 2012 17:01:54 +0000 (UTC)
commit 25a9dbfbaeffb90da685f83e3aa018ca6cb560e9
Author: Bastien Nocera <hadess hadess net>
Date: Wed Apr 4 15:08:51 2012 +0100
main: Remove strings to be translated
Internal IDs for menu items really don't need to be translated.
src/totem-menu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index bd4be6d..74cbd2f 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -857,7 +857,7 @@ add_mount_to_menu (GMount *mount,
label = g_strdup_printf (_("Play Image '%s'"), escaped_name);
g_free (escaped_name);
- name = g_strdup_printf (_("device%d"), position);
+ name = g_strdup_printf ("device%d", position);
action = gtk_action_new (name, label, NULL, NULL);
g_object_set (G_OBJECT (action),
@@ -940,7 +940,7 @@ add_volume_to_menu (GVolume *volume,
label = g_strdup_printf (_("Play Disc '%s'"), escaped_name);
g_free (escaped_name);
- name = g_strdup_printf (_("device%d"), position);
+ name = g_strdup_printf ("device%d", position);
action = gtk_action_new (name, label, NULL, NULL);
g_object_set (G_OBJECT (action),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]