[Darlan] improve string
This commit is contained in:
parent
8c49afbb13
commit
077a6f08bf
|
@ -184,7 +184,7 @@ class GajimThemesWindow:
|
||||||
if self.current_theme == gajim.config.get('roster_theme'):
|
if self.current_theme == gajim.config.get('roster_theme'):
|
||||||
dialogs.ErrorDialog(
|
dialogs.ErrorDialog(
|
||||||
_('You cannot delete your current theme'),
|
_('You cannot delete your current theme'),
|
||||||
_('Please first choose another for your current theme.'))
|
_('Please first choose another theme as your current theme.'))
|
||||||
return
|
return
|
||||||
self.theme_options_vbox.set_sensitive(False)
|
self.theme_options_vbox.set_sensitive(False)
|
||||||
self.theme_options_table.set_sensitive(False)
|
self.theme_options_table.set_sensitive(False)
|
||||||
|
|
Loading…
Reference in New Issue