Change translatable to No for gtk stock labels
This commit is contained in:
parent
7232dc4b01
commit
af058bbdc7
|
@ -84,7 +84,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<widget class="GtkButton" id="edit_button">
|
||||
<property name="label" translatable="yes">gtk-edit</property>
|
||||
<property name="label" translatable="no">gtk-edit</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="sensitive">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
|
|
@ -491,7 +491,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="label" translatable="yes">gtk-connect</property>
|
||||
<property name="label" translatable="no">gtk-connect</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<signal name="clicked" handler="on_button_connect_clicked"/>
|
||||
|
|
|
@ -119,7 +119,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="label" translatable="yes">gtk-edit</property>
|
||||
<property name="label" translatable="no">gtk-edit</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">0</property>
|
||||
<signal name="clicked" handler="on_button_edit_clicked"/>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<widget class="GtkImageMenuItem" id="menuitem_quit">
|
||||
<property name="label" translatable="yes">gtk-quit</property>
|
||||
<property name="label" translatable="no">gtk-quit</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
|
@ -105,7 +105,7 @@
|
|||
<property name="visible">True</property>
|
||||
<child>
|
||||
<widget class="GtkImageMenuItem" id="menuitem_preferences">
|
||||
<property name="label" translatable="yes">gtk-preferences</property>
|
||||
<property name="label" translatable="no">gtk-preferences</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_stock">True</property>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<widget class="GtkImageMenuItem" id="menuitem_quit">
|
||||
<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="label" translatable="yes">gtk-quit</property>
|
||||
<property name="label" translatable="no">gtk-quit</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="on_menuitem_quit_activate"/>
|
||||
|
|
Loading…
Reference in New Issue