diff --git a/plugins/Babelfish.py b/plugins/Babelfish.py index a04ddce9e..98a56b7d1 100644 --- a/plugins/Babelfish.py +++ b/plugins/Babelfish.py @@ -74,7 +74,7 @@ class Babelfish(callbacks.Privmsg): def translate(self, irc, msg, args): """ - Returns the text translated to the new language. + Returns translated from into . """ (fromLang, toLang, text) = privmsgs.getArgs(args, needed=3) try: