summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-23 12:37:47 +0200
committermathieui <mathieui@mathieui.net>2013-04-23 12:37:47 +0200
commit9661854611617a06479a6d21bf6608d2faf07046 (patch)
tree8f9e9813f817046f1ecce6c2025ddc8452c292a4 /src
parent62787af60728b4f0f7f30c93cdda102b20dc50cf (diff)
downloadpoezio-9661854611617a06479a6d21bf6608d2faf07046.tar.gz
poezio-9661854611617a06479a6d21bf6608d2faf07046.tar.bz2
poezio-9661854611617a06479a6d21bf6608d2faf07046.tar.xz
poezio-9661854611617a06479a6d21bf6608d2faf07046.zip
Typo
Diffstat (limited to 'src')
-rw-r--r--src/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py
index 68c7f241..6d882835 100644
--- a/src/core.py
+++ b/src/core.py
@@ -2306,7 +2306,7 @@ class Core(object):
if self.pending_invites:
build = "You are invited to the following rooms:\n" + build
else:
- build = "You are do not have any pending invitation."
+ build = "You do not have any pending invitations."
self.information(build, 'Info')
def command_quit(self, arg=''):