diff options
-rw-r--r-- | mail/ChangeLog | 9 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c7e68450a2..eb525029ef 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2007-08-23 Sankar P <psankar@novell.com> + + reviewed by: Andre Klapper <a9016009@gmx.de> + + * Fix for bug #468869 + + * mail-config.glade: + Mark strings for Translation. + 2007-08-22 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #468303 diff --git a/mail/mail-config.glade b/mail/mail-config.glade index d5e336f8cf..bd7e78bccc 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2786,7 +2786,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> @@ -2805,7 +2805,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> |