From 07544c359f7ae03b11c58e52aa161be34bdcf21d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 12 Oct 2011 09:43:18 -0400 Subject: Bug 661534 - "Current View" tooltip untranslated --- shell/e-shell-window-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-window-actions.c') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index f389b4ea00..de4ce86569 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); -- cgit v1.2.3