summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-06-13 16:09:12 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-06-13 16:09:12 +0000
commit31a2ec8633aa5ed71c342e030f9d1b1a324397d3 (patch)
treec9cb4f402acce7ebcf1451bb6bfd9c639c07a996 /src
parenta7fabb9944329f79481157965bce02ffcbdf848f (diff)
downloadpoezio-31a2ec8633aa5ed71c342e030f9d1b1a324397d3.tar.gz
poezio-31a2ec8633aa5ed71c342e030f9d1b1a324397d3.tar.bz2
poezio-31a2ec8633aa5ed71c342e030f9d1b1a324397d3.tar.xz
poezio-31a2ec8633aa5ed71c342e030f9d1b1a324397d3.zip
little typo
Diffstat (limited to 'src')
-rw-r--r--src/gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui.py b/src/gui.py
index e7340cc1..988142f6 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -66,8 +66,8 @@ class Gui(object):
'p': (self.rotate_rooms_left, _("Usage: /p\nP: Go to the previous room.")),
'win': (self.command_win, _("Usage: /win <number>\nWin: Go to the specified room.")),
'w': (self.command_win, _("Usage: /w <number>\nW: Go to the specified room.")),
- 'ignore': (self.command_ignore, _("Usage: /ignore <nickname> \Ignore: Ignore a specified nickname.")),
- 'unignore': (self.command_unignore, _("Usage: /unignore <nickname>\Unignore: Remove the specified nickname from the ignore list.")),
+ 'ignore': (self.command_ignore, _("Usage: /ignore <nickname> \nIgnore: Ignore a specified nickname.")),
+ 'unignore': (self.command_unignore, _("Usage: /unignore <nickname>\nUnignore: Remove the specified nickname from the ignore list.")),
'part': (self.command_part, _("Usage: /part [message]\n Part: disconnect from a room. You can specify an optional message.")),
'show': (self.command_show, _("Usage: /show <availability> [status]\nShow: Change your availability and (optionaly) your status. The <availability> argument is one of \"avail, available, ok, here, chat, away, afk, dnd, busy, xa\" and the optional [message] argument will be your status message")),
'away': (self.command_away, _("Usage: /away [message]\nAway: Sets your availability to away and (optional) sets your status message. This is equivalent to '/show away [message]'")),