BookmarksTab: harmonize Info message
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
91831e7903
commit
21c45ff72e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class BookmarksTab(Tab):
|
|||
|
||||
def send_cb(success):
|
||||
if success:
|
||||
self.core.information('Bookmarks saved.', 'Info')
|
||||
self.core.information('Bookmarks saved', 'Info')
|
||||
else:
|
||||
self.core.information('Remote bookmarks not saved.', 'Error')
|
||||
|
||||
|
|
Loading…
Reference in a new issue