From 443999df25a90187db171eb7c4e59c665b25fd4a Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 2 Apr 2016 18:57:10 +0200 Subject: [PATCH] Misc: s/Supybot/Limnoria/ in @version. --- plugins/Misc/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Misc/plugin.py b/plugins/Misc/plugin.py index 13967aec6..a9eb34a56 100644 --- a/plugins/Misc/plugin.py +++ b/plugins/Misc/plugin.py @@ -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)