[evolution] Bug 661534 - "Current View" tooltip untranslated



commit 07544c359f7ae03b11c58e52aa161be34bdcf21d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Oct 12 09:43:18 2011 -0400

    Bug 661534 - "Current View" tooltip untranslated

 shell/e-shell-window-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index f389b4e..de4ce86 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -2311,7 +2311,7 @@ e_shell_window_update_view_menu (EShellWindow *shell_window)
 
 		action_name = g_strdup_printf (
 			"gal-view-%s-%d", view_name, ii);
-		tooltip = g_strdup_printf ("Select view: %s", item->title);
+		tooltip = g_strdup_printf (_("Select view: %s"), item->title);
 
 		radio_action = gtk_radio_action_new (
 			action_name, item->title, tooltip, NULL, ii);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]