summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2023-12-21 01:27:34 +0000
committerSadie Powell <sadie@witchery.services>2023-12-21 01:27:34 +0000
commit87e3d5a04578abd3fb4532494a36edfe545ba4b9 (patch)
tree487cb16b8d0fedb25cb6df308a4cfaede7b4af8e
parent2b8384bb397d953b929ec6ea8070ab9cd9abe09d (diff)
Remove an extraneous space in cs_xop.
-rw-r--r--language/anope.en_US.po4
-rw-r--r--language/anope.it_IT.po4
-rw-r--r--modules/commands/cs_xop.cpp2
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());