Syntax
This commit is contained in:
parent
4f1a38535e
commit
a3c878bbb3
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ class Gui(object):
|
|||
if config.get('alternative_nickname', '') != '':
|
||||
self.command_join('%s/%s'% (room.name, room.own_nick+config.get('alternative_nickname', '')))
|
||||
else:
|
||||
self.add_message_to_room(room, _('You can join the room with specifying an other nick, by typing "/join /other_nick"'))
|
||||
self.add_message_to_room(room, _('You can join the room with an other nick, by typing "/join /other_nick"'))
|
||||
self.refresh_window()
|
||||
|
||||
def private_message(self, stanza):
|
||||
|
|
Loading…
Reference in a new issue