From b1bfc7dda275a468c794c971845f84298d9c7fef Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 9 Aug 2014 18:35:10 +0300 Subject: [PATCH] User: fix typo `messsage` --> `message` Also update messages.pot & l10n-fi. --- plugins/User/locales/fi.po | 14 +++++++------- plugins/User/messages.pot | 4 ++-- plugins/User/plugin.py | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/User/locales/fi.po b/plugins/User/locales/fi.po index b76b1c221..441aec574 100644 --- a/plugins/User/locales/fi.po +++ b/plugins/User/locales/fi.po @@ -1,12 +1,12 @@ # User plugin in Limnoria. -# Copyright (C) 2011, 2012 Limnoria -# Mikaela Suomalainen , 2011, 2012. +# Copyright (C) 2011- 2014 Limnoria +# Mikaela Suomalainen , 2011-2014. # msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2014-05-28 19:48+EEST\n" -"PO-Revision-Date: 2014-05-28 19:49+0200\n" +"POT-Creation-Date: 2014-08-09 18:36+EEST\n" +"PO-Revision-Date: 2014-08-09 18:37+0200\n" "Last-Translator: Mikaela Suomalainen \n" "Language-Team: suomi <>\n" "MIME-Version: 1.0\n" @@ -176,8 +176,7 @@ msgid "" " Requires that the person's hostmask be in the list of hostmasks " "for\n" " that user in addition to the password being correct. When the\n" -" secure flag is set, the user *must* identify before they " -"can be\n" +" secure flag is set, the user *must* identify before they can be\n" " recognized. If a specific True/False value is not given, it\n" " inverts the current value.\n" " " @@ -572,8 +571,9 @@ msgstr "" " " #: plugin.py:606 +#, fuzzy msgid "" -"I don't recognize you. You can messsage me either of these two commands: " +"I don't recognize you. You can message me either of these two commands: " "\"user identify \" to log in or \"user register " " \" to register." msgstr "" diff --git a/plugins/User/messages.pot b/plugins/User/messages.pot index 4428a2d5b..07ff6c2ba 100644 --- a/plugins/User/messages.pot +++ b/plugins/User/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-05-28 19:48+EEST\n" +"POT-Creation-Date: 2014-08-09 18:36+EEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -381,7 +381,7 @@ msgid "" msgstr "" #: plugin.py:606 -msgid "I don't recognize you. You can messsage me either of these two commands: \"user identify \" to log in or \"user register \" to register." +msgid "I don't recognize you. You can message me either of these two commands: \"user identify \" to log in or \"user register \" to register." msgstr "" #: plugin.py:611 diff --git a/plugins/User/plugin.py b/plugins/User/plugin.py index d690c1eee..5978026eb 100644 --- a/plugins/User/plugin.py +++ b/plugins/User/plugin.py @@ -603,7 +603,7 @@ class User(callbacks.Plugin): user = ircdb.users.getUser(msg.prefix) irc.reply(user.name) except KeyError: - irc.reply(_('I don\'t recognize you. You can messsage me either of these two commands: "user identify " to log in or "user register " to register.')) + irc.reply(_('I don\'t recognize you. You can message me either of these two commands: "user identify " to log in or "user register " to register.')) whoami = wrap(whoami) @internationalizeDocstring