fix some strings
This commit is contained in:
parent
e0389a32d5
commit
c3feaf89cf
|
@ -928,7 +928,7 @@ to the specified occupant.') % command, room_jid)
|
||||||
or tab, displaying reason if specified.') % command, room_jid)
|
or tab, displaying reason if specified.') % command, room_jid)
|
||||||
elif command == 'compact':
|
elif command == 'compact':
|
||||||
self.print_conversation(_('Usage: /%s, sets the groupchat window to \
|
self.print_conversation(_('Usage: /%s, sets the groupchat window to \
|
||||||
compact mode.') % command, room_jid)
|
compact mode.') % command, room_jid)
|
||||||
elif command == 'invite':
|
elif command == 'invite':
|
||||||
self.print_conversation(_('Usage: /%s <JID> [reason], invites JID to the \
|
self.print_conversation(_('Usage: /%s <JID> [reason], invites JID to the \
|
||||||
current room, optionally providing a reason.') % command, room_jid)
|
current room, optionally providing a reason.') % command, room_jid)
|
||||||
|
|
|
@ -542,6 +542,6 @@ class ServiceDiscoveryTooltip(BaseTooltip):
|
||||||
if status == 1:
|
if status == 1:
|
||||||
label.set_text(_('This service has not yet responded with detailed information'))
|
label.set_text(_('This service has not yet responded with detailed information'))
|
||||||
elif status == 2:
|
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'))
|
'It is most likely legacy or broken, and may not work as expected'))
|
||||||
self.win.add(label)
|
self.win.add(label)
|
||||||
|
|
Loading…
Reference in New Issue