diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-10 00:59:20 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-10 00:59:20 +0100 |
commit | 49f93b7670625d03a6c9b41323298ab243dfe01f (patch) | |
tree | e2991ea369766a8bfae6082b2526f26f7ad2e8aa /language | |
parent | ce0982cc4a6d9733f506b56d435d2346071528e6 (diff) |
Use more appropriate types for MaxUserCount and OperCount.
Diffstat (limited to 'language')
-rw-r--r-- | language/anope.en_US.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/anope.en_US.po b/language/anope.en_US.po index ac3cdc251..64ee75a41 100644 --- a/language/anope.en_US.po +++ b/language/anope.en_US.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Anope\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-05-10 00:42+0100\n" +"POT-Creation-Date: 2025-05-10 00:58+0100\n" "PO-Revision-Date: 2025-04-25 13:08+0100\n" "Last-Translator: Sadie Powell <sadie@witchery.services>\n" "Language-Team: English\n" @@ -2272,7 +2272,7 @@ msgid "Current number of SQLINEs: %zu" msgstr "" #, c-format -msgid "Current users: %zu (%d ops)" +msgid "Current users: %zu (%zu ops)" msgstr "" msgid "DEL entry-num" @@ -3499,7 +3499,7 @@ msgid "Matches for %s:" msgstr "" #, c-format -msgid "Maximum users: %d (%s)" +msgid "Maximum users: %zu (%s)" msgstr "" #, c-format |