]> git.0d.be Git - empathy.git/commitdiff
Fix stock ids marked for translation. Fixes bug #530090 (Gabor Kelemen).
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 28 Apr 2008 19:01:35 +0000 (19:01 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 28 Apr 2008 19:01:35 +0000 (19:01 +0000)
svn path=/trunk/; revision=1062

src/empathy-chat-window.glade
src/empathy-main-window.glade

index 0d85536098c434d41f87f007d59c8c7cc5332206..e540724734bb9b624e0704f5223f5342f7bc3e29 100644 (file)
@@ -56,7 +56,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="menu_conv_close">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-close</property>
+                        <property name="label">gtk-close</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
@@ -76,7 +76,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="menu_edit_cut">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-cut</property>
+                        <property name="label">gtk-cut</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/>
@@ -85,7 +85,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="menu_edit_copy">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-copy</property>
+                        <property name="label">gtk-copy</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
@@ -94,7 +94,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="menu_edit_paste">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-paste</property>
+                        <property name="label">gtk-paste</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/>
index 5ac2187b56923bbcc75036ff7595b0184e5f9fe3..437dcc0436ce9b7bd43ae35487ee7d208571cf4f 100644 (file)
@@ -89,7 +89,7 @@
                     <child>
                       <widget class="GtkImageMenuItem" id="chat_quit">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-quit</property>
+                        <property name="label">gtk-quit</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
                     <child>
                       <widget class="GtkImageMenuItem" id="help_about">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">gtk-about</property>
+                        <property name="label">gtk-about</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                       </widget>