1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

irc: fix again typo in English plural form of "normal"

This commit is contained in:
Sébastien Helleu
2020-09-12 18:49:42 +02:00
parent 1745b78b57
commit b32f561f77
14 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -5422,8 +5422,8 @@ IRC_PROTOCOL_CALLBACK(366)
length = strlen (str_nicks_count);
snprintf (str_nicks_count + length,
sizeof (str_nicks_count) - length,
/* TRANSLATORS: eg: "2 normal" in the sense "2 normal nicks" (ie no op/voice) */
NG_("%s%s%d%s normal", "%s%s%d%s normal", num_normal),
/* TRANSLATORS: number of "normal" nicks on a channel (ie no op/voice), for example: "56 normals" */
NG_("%s%s%d%s normal", "%s%s%d%s normals", num_normal),
(str_nicks_count[0]) ? ", " : "",
IRC_COLOR_CHAT_CHANNEL,
num_normal,