make some strings translatable

This commit is contained in:
Yann Leboulanger 2007-11-17 15:09:03 +00:00
parent f1d3f85037
commit fc49b44963
1 changed files with 3 additions and 2 deletions

View File

@ -403,8 +403,9 @@ class PreferencesWindow:
self.applications_combobox.remove_text(3)
self.applications_combobox.remove_text(2)
self.applications_combobox.remove_text(1)
self.applications_combobox.append_text("Always use OS/X default applications")
self.applications_combobox.append_text("Custom")
self.applications_combobox.append_text(
_('Always use OS/X default applications'))
self.applications_combobox.append_text(_('Custom'))
if gajim.config.get('autodetect_browser_mailer'):
self.applications_combobox.set_active(0)