From a3c878bbb3ad07a6c21fd9d476d4a3093c04042d Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 7 Aug 2010 01:02:26 +0000 Subject: Syntax --- src/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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): -- cgit v1.2.3