mirror of
https://github.com/anope/anope.git
synced 2026-07-05 20:03:13 +02:00
Remove a guarantee that may not necessarily be correct.
This commit is contained in:
+4
-10
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Anope\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-07 22:40+0000\n"
|
||||
"PO-Revision-Date: 2024-03-07 22:40+0000\n"
|
||||
"POT-Creation-Date: 2024-03-07 23:06+0000\n"
|
||||
"PO-Revision-Date: 2024-03-07 23:06+0000\n"
|
||||
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
|
||||
"Language-Team: English\n"
|
||||
"Language: en_US\n"
|
||||
@@ -7875,14 +7875,8 @@ msgstr ""
|
||||
"particular option."
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Type %s%s SET EMAIL email in order to set your email.\n"
|
||||
"Your privacy is respected; this email won't be given to\n"
|
||||
"any third-party person."
|
||||
msgstr ""
|
||||
"Type %s%s SET EMAIL email in order to set your email.\n"
|
||||
"Your privacy is respected; this email won't be given to\n"
|
||||
"any third-party person."
|
||||
msgid "Type %s%s SET EMAIL email in order to set your email."
|
||||
msgstr "Type %s%s SET EMAIL email in order to set your email."
|
||||
|
||||
msgid "Un-Load a module"
|
||||
msgstr "Un-Load a module"
|
||||
|
||||
@@ -362,9 +362,8 @@ public:
|
||||
u->SendMessage(NickServ, _("You must now supply an email for your nick.\n"
|
||||
"This email will allow you to retrieve your password in\n"
|
||||
"case you forget it."));
|
||||
u->SendMessage(NickServ, _("Type \002%s%s SET EMAIL \037email\037\002 in order to set your email.\n"
|
||||
"Your privacy is respected; this email won't be given to\n"
|
||||
"any third-party person."), Config->StrictPrivmsg.c_str(), NickServ->nick.c_str());
|
||||
u->SendMessage(NickServ, _("Type \002%s%s SET EMAIL \037email\037\002 in order to set your email."),
|
||||
Config->StrictPrivmsg.c_str(), NickServ->nick.c_str());
|
||||
}
|
||||
|
||||
for (auto *c : collides)
|
||||
|
||||
Reference in New Issue
Block a user