fix some strings to explain better to the user
This commit is contained in:
parent
2d3f877cd0
commit
9f6b595a3a
|
@ -315,7 +315,7 @@ class GroupchatWindow(chat.Chat):
|
|||
|
||||
dialogs.InformationDialog(
|
||||
_('Bookmark has been added successfully'),
|
||||
_('You can find the bookmark for room "%s" in your roster.') % \
|
||||
_('You can manage your bookmarks via Actions menu in your roster.') % \
|
||||
room_jid).get_response()
|
||||
|
||||
def on_message_textview_key_press_event(self, widget, event):
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue