diff options
-rw-r--r-- | language/anope.en_US.po | 4 | ||||
-rw-r--r-- | language/anope.it_IT.po | 4 | ||||
-rw-r--r-- | modules/commands/cs_xop.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index 140767b9a..024d3bb82 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -2427,10 +2427,10 @@ msgstr "" msgid "" "Alternative methods of modifying channel access lists are\n" -"available. " +"available." msgstr "" "Alternative methods of modifying channel access lists are\n" -"available. " +"available." msgid "Approve the requested vHost of a user" msgstr "Approve the requested vHost of a user" diff --git a/language/anope.it_IT.po b/language/anope.it_IT.po index 91ab0baac..05060b3d7 100644 --- a/language/anope.it_IT.po +++ b/language/anope.it_IT.po @@ -2436,10 +2436,10 @@ msgstr "" msgid "" "Alternative methods of modifying channel access lists are\n" -"available. " +"available." msgstr "" "Sono disponibili metodi alternativi per la modifica delle\n" -"liste di accesso dei canali. " +"liste di accesso dei canali." msgid "Approve the requested vHost of a user" msgstr "Approva il vHost richiesto da un utente" diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp index 54c079001..2d40ac26a 100644 --- a/modules/commands/cs_xop.cpp +++ b/modules/commands/cs_xop.cpp @@ -583,7 +583,7 @@ public: if (!access_cmd.empty() || !flags_cmd.empty()) { source.Reply(_("Alternative methods of modifying channel access lists are\n" - "available. ")); + "available.")); if (!access_cmd.empty()) source.Reply(_("See \002%s%s HELP %s\002 for more information\n" "about the access list."), Config->StrictPrivmsg.c_str(), access_bi->nick.c_str(), access_cmd.c_str()); |