Skip to content
Snippets Groups Projects
Commit 3c04489d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Darlan] improve string

parent e81b4305
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment