1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix a typo in cs_drop.

This commit is contained in:
TehPeGaSuS
2024-02-22 00:09:09 +01:00
committed by GitHub
parent 07373c8cf2
commit ccfaca32a2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5400,8 +5400,8 @@ msgid "Persistent"
msgstr "Persistent"
#, c-format
msgid "Please confirm that you want to drop %s with with DROP %s %s."
msgstr "Please confirm that you want to drop %s with with DROP %s %s."
msgid "Please confirm that you want to drop %s with DROP %s %s"
msgstr "Please confirm that you want to drop %s with DROP %s %s"
msgid "Please contact an Operator to get a vHost assigned to this nick."
msgstr "Please contact an Operator to get a vHost assigned to this nick."
+1 -1
View File
@@ -58,7 +58,7 @@ public:
*code = Anope::Random(15);
}
source.Reply(_("Please confirm that you want to drop \002%s\002 with with \002DROP %s %s\002."),
source.Reply(_("Please confirm that you want to drop \002%s\002 with \002DROP %s %s\002"),
chan.c_str(), chan.c_str(), code->c_str());
return;
}