sectext should have dot

This commit is contained in:
Nikos Kouremenos 2005-11-02 16:36:22 +00:00
parent 9554d2c8f5
commit def89e51a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)