From c3feaf89cfec36b45a51a4d2ad267f48ef7882b9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 Nov 2005 18:28:34 +0000 Subject: [PATCH] fix some strings --- src/groupchat_window.py | 2 +- src/tooltips.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 72e992f5c..caa0d0ef8 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -928,7 +928,7 @@ to the specified occupant.') % command, room_jid) or tab, displaying reason if specified.') % command, room_jid) elif command == 'compact': self.print_conversation(_('Usage: /%s, sets the groupchat window to \ -compact mode.') % command, room_jid) +compact mode.') % command, room_jid) elif command == 'invite': self.print_conversation(_('Usage: /%s [reason], invites JID to the \ current room, optionally providing a reason.') % command, room_jid) diff --git a/src/tooltips.py b/src/tooltips.py index 32e46e8ed..22e0140f7 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -542,6 +542,6 @@ class ServiceDiscoveryTooltip(BaseTooltip): if status == 1: label.set_text(_('This service has not yet responded with detailed information')) elif status == 2: - label.set_text(_('This service could not respond with detailed information\n' + label.set_text(_('This service could not respond with detailed information.\n' 'It is most likely legacy or broken, and may not work as expected')) self.win.add(label)