diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-31 22:04:28 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-08-31 22:04:28 +0200 |
commit | 8c127b4c4e7930f4c6a076e5c7d7679b4badfabb (patch) | |
tree | 4c9920c4f29eeb17d593e1c5f81d1da322dfb4da /portato/gui/templates/PluginWindow.ui | |
parent | 692c9940ba22fdb4e7ec66da79090dec0688c31d (diff) | |
download | portato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.tar.gz portato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.tar.bz2 portato-8c127b4c4e7930f4c6a076e5c7d7679b4badfabb.zip |
Removed the 'translatable' attribute from 'gtk-*' strings
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/PluginWindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/templates/PluginWindow.ui b/portato/gui/templates/PluginWindow.ui index 8cac2cb..83d52d8 100644 --- a/portato/gui/templates/PluginWindow.ui +++ b/portato/gui/templates/PluginWindow.ui @@ -208,7 +208,7 @@ <property name="can_focus">True</property> <property name="receives_default">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-cancel</property> + <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <signal handler="close" name="clicked"/> </object> @@ -219,7 +219,7 @@ <property name="can_focus">True</property> <property name="receives_default">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-apply</property> + <property name="label">gtk-apply</property> <property name="use_stock">True</property> <signal handler="cb_ok_clicked" name="clicked"/> </object> |