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:
-rw-r--r--src/gajim_themes_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index 17f5e866f..cf929048a 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -151,7 +151,7 @@ class GajimThemesWindow:
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')).get_response()
+ _('Please first choose another for your current theme.')).get_response()
return
self.theme_options_vbox.set_sensitive(False)
gajim.config.del_per('themes', self.current_theme)