diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2008-09-29 18:39:48 +0800 |
---|---|---|
committer | Gabor Keleman <kelemeng@src.gnome.org> | 2008-09-29 18:39:48 +0800 |
commit | 7e04ddfaa16b97057419fc15b74266b9689fa43e (patch) | |
tree | 52ba593320b5c7a5c0a3e714e12e8463f64db8a6 | |
parent | abab01f303e07d5ee0101c3bfa3eda2e90ab62fb (diff) | |
download | gsoc2013-evolution-7e04ddfaa16b97057419fc15b74266b9689fa43e.tar.gz gsoc2013-evolution-7e04ddfaa16b97057419fc15b74266b9689fa43e.tar.zst gsoc2013-evolution-7e04ddfaa16b97057419fc15b74266b9689fa43e.zip |
Mark some forgotten strings for translation. Fixes bug #553067
2008-09-29 Gabor Kelemen <kelemeng@gnome.hu>
* mail-config.glade: Mark some forgotten strings for translation. Fixes bug #553067
svn path=/trunk/; revision=36479
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c14f4f07b3..7284c865c8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> + + * mail-config.glade: Mark some forgotten strings for translation. Fixes bug #553067 + 2008-09-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #530716 diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 05e1843bbf..445f0bb175 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2804,7 +2804,7 @@ For example: "Work" or "Personal"</property> <widget class="Custom" id="sent_button"> <property name="visible">True</property> <property name="creation_function">em_account_editor_folder_selector_button_new</property> - <property name="string1">Select Sent Folder</property> + <property name="string1" translatable="yes">Select Sent Folder</property> <property name="int1">0</property> <property name="int2">0</property> <property name="last_modification_time">Tue, 14 Dec 2004 17:07:09 GMT</property> @@ -2823,7 +2823,7 @@ For example: "Work" or "Personal"</property> <widget class="Custom" id="drafts_button"> <property name="visible">True</property> <property name="creation_function">em_account_editor_folder_selector_button_new</property> - <property name="string1">Select Drafts Folder</property> + <property name="string1" translatable="yes">Select Drafts Folder</property> <property name="int1">0</property> <property name="int2">0</property> <property name="last_modification_time">Tue, 14 Dec 2004 17:07:02 GMT</property> |