Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-08-25 16:07:49 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-25 16:07:49 +0400
commit40464c2c7964188245418d21a1b102d68959b29b (patch)
tree0850f9d222d38861206ba398b8ef579a3934b1d5 /src/gajim_themes_window.py
parent55b6c5c5a1fc8571472ec8df99085d31a8a366c2 (diff)
[Darlan] improve string
Diffstat (limited to 'src/gajim_themes_window.py')
-rw-r--r--src/gajim_themes_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index 3ff7594a4..2b923590f 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -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)