diff options
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r-- | 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 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); |