Skip to content

Commit

Permalink
Add missing translation phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikusch committed Feb 24, 2025
1 parent 92b4de7 commit 3594009
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/mitm/menus.sp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ void Menus_DisplayQueueMenu(int client)
}
else
{
PrintHintText(client, "%t", "Menu_Queue_NotLoaded");
PrintHintText(client, "%t", "Menu_Queue_NoPlayers");
Menus_DisplayMainMenu(client);
}
delete queue;
Expand Down
4 changes: 4 additions & 0 deletions addons/sourcemod/translations/mitm.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
{
"en" "➤ Defender Queue"
}
"Menu_Queue_NoPlayers"
{
"en" "There are no players in the queue"
}
"Menu_Queue_Title_QueuePoints"
{
"#format" "{1:d},{2:d}"
Expand Down

0 comments on commit 3594009

Please sign in to comment.