mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Changed 'no notes' message to be more natural English.
This commit is contained in:
parent
8f33ff28bd
commit
6d8a9e9c23
@ -268,7 +268,7 @@ class Notes(callbacks.Privmsg):
|
|||||||
users.name=%s AND
|
users.name=%s AND
|
||||||
notes.read=1""", sender)
|
notes.read=1""", sender)
|
||||||
if cursor.rowcount == 0:
|
if cursor.rowcount == 0:
|
||||||
irc.reply(msg, 'I could find no notes for your user.')
|
irc.reply(msg, 'I couldn\'t find any notes for your user.')
|
||||||
else:
|
else:
|
||||||
ids = [str(t[0]) for t in cursor.fetchall()]
|
ids = [str(t[0]) for t in cursor.fetchall()]
|
||||||
ids.reverse()
|
ids.reverse()
|
||||||
|
Loading…
Reference in New Issue
Block a user