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/MailInfoWindow.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/MailInfoWindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/templates/MailInfoWindow.ui b/portato/gui/templates/MailInfoWindow.ui index e0aad5c..a469bd3 100644 --- a/portato/gui/templates/MailInfoWindow.ui +++ b/portato/gui/templates/MailInfoWindow.ui @@ -165,7 +165,7 @@ what did you do to hit the bug?</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="label" translatable="yes">gtk-cancel</property> + <property name="label">gtk-cancel</property> <property name="use_stock">True</property> <signal handler="cb_cancel_clicked" name="clicked"/> </object> |