[Darlan] improve string

This commit is contained in:
Yann Leboulanger 2013-08-25 14:07:49 +02:00
parent 8c49afbb13
commit 077a6f08bf
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ class GajimThemesWindow:
return
if self.current_theme == gajim.config.get('roster_theme'):
dialogs.ErrorDialog(
_('You cannot delete your current theme'),
_('Please first choose another for your current theme.'))
_('You cannot delete your current theme'),
_('Please first choose another theme as your current theme.'))
return
self.theme_options_vbox.set_sensitive(False)
self.theme_options_table.set_sensitive(False)