changeset 20066547330e in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=20066547330e
description: [Darlan] improve string

diffstat:

 src/gajim_themes_window.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 6f7bf6317455 -r 20066547330e src/gajim_themes_window.py
--- a/src/gajim_themes_window.py        Fri Aug 23 18:46:35 2013 +0400
+++ b/src/gajim_themes_window.py        Sun Aug 25 14:07:49 2013 +0200
@@ -183,8 +183,8 @@
             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)
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to