diff --git a/src/config.py b/src/config.py index cbb6cc5c8..418bfd57f 100644 --- a/src/config.py +++ b/src/config.py @@ -2383,9 +2383,8 @@ class ManageBookmarksWindow: return if self.server_entry.get_text() == '' or self.room_entry.get_text() == '': - dialogs.ErrorDialog(_('This bookmark has invalid data.'), - _('Please be sure to fill out server and room fields \ - or remove this bookmark.')).get_response() + dialogs.ErrorDialog(_('This bookmark has invalid data'), +_('Please be sure to fill out server and room fields or remove this bookmark.')).get_response() return False return True