changeset 28c32181add1 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=28c32181add1
description: Fix hotkeys. Fixes #7012

diffstat:

 data/gui/contact_context_menu.ui |  2 +-
 data/gui/roster_window.ui        |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4abb1631ce13 -r 28c32181add1 data/gui/contact_context_menu.ui
--- a/data/gui/contact_context_menu.ui  Sun Oct 09 00:10:22 2011 +0300
+++ b/data/gui/contact_context_menu.ui  Sun Oct 09 13:51:43 2011 +0200
@@ -98,7 +98,7 @@
     </child>
     <child>
       <object class="GtkImageMenuItem" id="manage_contact">
-        <property name="label" translatable="yes">_Manage Contact</property>
+        <property name="label" translatable="yes">M_anage Contact</property>
         <property name="visible">True</property>
         <property name="events">GDK_POINTER_MOTION_MASK | 
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | 
GDK_BUTTON_RELEASE_MASK</property>
         <property name="use_underline">True</property>
diff -r 4abb1631ce13 -r 28c32181add1 data/gui/roster_window.ui
--- a/data/gui/roster_window.ui Sun Oct 09 00:10:22 2011 +0300
+++ b/data/gui/roster_window.ui Sun Oct 09 13:51:43 2011 +0200
@@ -202,7 +202,7 @@
                     <child>
                       <object class="GtkCheckMenuItem" 
id="show_transports_menuitem">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">Show 
Trans_ports</property>
+                        <property name="label" translatable="yes">Show 
T_rans_ports</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" 
handler="on_show_transports_menuitem_activate"/>
                       </object>
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to