1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 04:03:12 +02:00

Fix a string that should be marked as translatable in ns_info.

This commit is contained in:
Sadie Powell
2024-06-12 17:53:15 +01:00
parent 5b7d952626
commit f2b66278aa
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Anope\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-11 17:38+0100\n"
"PO-Revision-Date: 2024-05-11 17:39+0100\n"
"POT-Creation-Date: 2024-06-12 17:52+0100\n"
"PO-Revision-Date: 2024-06-12 17:53+0100\n"
"Last-Translator: Sadie Powell <sadie@witchery.services>\n"
"Language-Team: English\n"
"Language: en_US\n"
@@ -8092,6 +8092,10 @@ msgstr "Used to manage the list of privileged users"
msgid "Used to modify the channel status of you or other users"
msgstr "Used to modify the channel status of you or other users"
#, c-format
msgid "User %s isn't currently logged in to an account."
msgstr "User %s isn't currently logged in to an account."
msgid "User has been banned from the channel"
msgstr "User has been banned from the channel"
+1 -1
View File
@@ -42,7 +42,7 @@ public:
}
if (!u->AccountNick())
{
source.Reply("User \002%s\002 isn't currently logged in to an account.", nick.c_str());
source.Reply(_("User \002%s\002 isn't currently logged in to an account."), nick.c_str());
return;
}
nick = u->AccountNick()->nick;