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:
@@ -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."
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user