summaryrefslogtreecommitdiff
path: root/portato/gui/templates/PreferenceWindow.ui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-31 22:04:28 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-31 22:04:28 +0200
commit8c127b4c4e7930f4c6a076e5c7d7679b4badfabb (patch)
tree4c9920c4f29eeb17d593e1c5f81d1da322dfb4da /portato/gui/templates/PreferenceWindow.ui
parent692c9940ba22fdb4e7ec66da79090dec0688c31d (diff)
downloadportato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.tar.gz
portato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.tar.bz2
portato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.zip
Removed the 'translatable' attribute from 'gtk-*' strings
Diffstat (limited to 'portato/gui/templates/PreferenceWindow.ui')
-rw-r--r--portato/gui/templates/PreferenceWindow.ui4
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: &lt;i&gt;app-admin&lt;/i&gt;, &lt;i&gt;app-emacs&lt;/i&gt;, 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: &lt;i&gt;app-admin&lt;/i&gt;, &lt;i&gt;app-emacs&lt;/i&gt;, 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>