fix some strings to explain better to the user

This commit is contained in:
Nikos Kouremenos 2005-06-12 12:05:18 +00:00
parent 2d3f877cd0
commit 9f6b595a3a
2 changed files with 2 additions and 2 deletions

View File

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