diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/PreferenceWindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/templates/PreferenceWindow.ui b/portato/gui/templates/PreferenceWindow.ui index 0642e02..a257859 100644 --- a/portato/gui/templates/PreferenceWindow.ui +++ b/portato/gui/templates/PreferenceWindow.ui @@ -1117,7 +1117,7 @@ As an example: <i>app-admin</i>, <i>app-emacs</i>, and & <property name="layout_style">spread</property> <child> <object class="GtkButton" id="cancelBtn"> - <property name="label" translatable="yes">gtk-cancel</property> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="receives_default">False</property> @@ -1130,7 +1130,7 @@ As an example: <i>app-admin</i>, <i>app-emacs</i>, and & </child> <child> <object class="GtkButton" id="okBtn"> - <property name="label" translatable="yes">gtk-apply</property> + <property name="label">gtk-apply</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="receives_default">False</property> |