1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 21:13:13 +02:00

Remove an extraneous space in cs_xop.

This commit is contained in:
Sadie Powell
2023-12-21 01:27:34 +00:00
parent 2b8384bb39
commit 87e3d5a045
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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"
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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());