summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.py b/src/gui.py
index 604ba591..de60b09f 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -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):