use %s in one string
This commit is contained in:
parent
74fd03dc23
commit
92167a98f7
1 changed files with 2 additions and 2 deletions
|
@ -243,8 +243,8 @@ class RosterWindow:
|
||||||
|
|
||||||
def join_gc_room(self, account, room_jid, nick, password):
|
def join_gc_room(self, account, room_jid, nick, password):
|
||||||
if room_jid in self.plugin.windows[account]['gc']:
|
if room_jid in self.plugin.windows[account]['gc']:
|
||||||
dialogs.ErrorDialog(_('You are already in room ' + room_jid)
|
dialogs.ErrorDialog(_('You are already in room %s') %room_jid
|
||||||
).get_response()
|
).get_response()
|
||||||
return
|
return
|
||||||
room, server = room_jid.split('@')
|
room, server = room_jid.split('@')
|
||||||
self.new_room(room_jid, nick, account)
|
self.new_room(room_jid, nick, account)
|
||||||
|
|
Loading…
Add table
Reference in a new issue