diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-10-12 21:43:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-12 21:43:18 +0800 |
commit | 07544c359f7ae03b11c58e52aa161be34bdcf21d (patch) | |
tree | 75611c83f41c59bad25de7da37c5a1182a8a775d /shell | |
parent | c2288452b3a7181057935fdb9f28c191f7a78658 (diff) | |
download | gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar.gz gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar.bz2 gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar.lz gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar.xz gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.tar.zst gsoc2013-evolution-07544c359f7ae03b11c58e52aa161be34bdcf21d.zip |
Bug 661534 - "Current View" tooltip untranslated
Diffstat (limited to 'shell')
-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); |