summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=''):