mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
move sample text into shavit-chat.phrases.txt
This commit is contained in:
parent
720ddeed1d
commit
25f07e70e1
@ -979,7 +979,7 @@ void PreviewChat(int client, int rank)
|
||||
FormatChat(client, sCMessage, MAXLENGTH_CMESSAGE);
|
||||
|
||||
char sSampleText[MAXLENGTH_MESSAGE];
|
||||
FormatEx(sSampleText, MAXLENGTH_MESSAGE, "%sThe quick brown fox jumps over the lazy dog", sCMessage);
|
||||
FormatEx(sSampleText, MAXLENGTH_MESSAGE, "%s%T", sCMessage, "ChatRanksMenu_SampleText", client);
|
||||
|
||||
char sColon[MAXLENGTH_CMESSAGE];
|
||||
gCV_Colon.GetString(sColon, MAXLENGTH_CMESSAGE);
|
||||
|
||||
@ -97,4 +97,8 @@
|
||||
"#format" "{1:.1f},{2:c},{3:.1f},{4:c}"
|
||||
"en" "Between top {1}{2} and {3}{4}"
|
||||
}
|
||||
}
|
||||
"ChatRanksMenu_SampleText"
|
||||
{
|
||||
"en" "The quick brown fox jumps over the lazy dog"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user