diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-03 02:05:51 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-06-03 02:21:48 +0800 |
commit | 6c869a62128a755dfd688c94f37546d8127aaa07 (patch) | |
tree | 0187d1f6886dfc4e939eaa0e17d89658b0ba47f1 /src | |
parent | 7b0009a165c60dc32b916de60d4ff641f6091665 (diff) | |
download | gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar.gz gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar.bz2 gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar.lz gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar.xz gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.tar.zst gsoc2013-empathy-6c869a62128a755dfd688c94f37546d8127aaa07.zip |
Remove "View"/"Show" prefixes from View menu items
Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index bbf8f1972..d0460e621 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -22,7 +22,7 @@ <object class="GtkAction" id="view_history"> <property name="icon-name">document-open-recent</property> <property name="name">view_history</property> - <property name="label" translatable="yes">_View Previous Conversations</property> + <property name="label" translatable="yes">_Previous Conversations</property> </object> <accelerator key="F3" modifiers=""/> </child> @@ -37,20 +37,20 @@ <object class="GtkAction" id="view_show_ft_manager"> <property name="icon-name">document-send</property> <property name="name">view_show_ft_manager</property> - <property name="label" translatable="yes">Show _File Transfers</property> + <property name="label" translatable="yes">_File Transfers</property> </object> </child> <child> <object class="GtkToggleAction" id="view_show_offline"> <property name="name">view_show_offline</property> - <property name="label" translatable="yes">Show _Offline Contacts</property> + <property name="label" translatable="yes">_Offline Contacts</property> </object> <accelerator key="H" modifiers="GDK_CONTROL_MASK"/> </child> <child> <object class="GtkAction" id="view_show_map"> <property name="name">view_show_map</property> - <property name="label" translatable="yes">Show Contacts on a Map</property> + <property name="label" translatable="yes">Contacts on a _Map</property> </object> </child> <child> |