Misc: s/Supybot/Limnoria/ in @version.

This commit is contained in:
Valentin Lorentz 2016-04-02 18:57:10 +02:00
parent eba2be7e87
commit 443999df25
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ class Misc(callbacks.Plugin):
self.log.info('Couldn\'t get website version: %s', e)
newest = _('I couldn\'t fetch the newest version '
'from the Limnoria repository.')
s = _('The current (running) version of this Supybot is %s, '
s = _('The current (running) version of this Limnoria is %s, '
'running on Python %s. %s') % \
(conf.version, sys.version.replace('\n', ' '), newest)
irc.reply(s)