fix string
This commit is contained in:
parent
a3c0cbc3b8
commit
8e609b36de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue