Use yes and no locale strings for test prompt

This commit is contained in:
Vortrex
2022-05-04 10:07:26 -05:00
parent e4bc66376b
commit b66fa17d59

View File

@@ -399,7 +399,7 @@ function testPromptGUICommand(command, params, client) {
return false;
}
showPlayerPromptGUI(targetClient, "Testing the two button prompt GUI", "Testing", "Yes", "No")
showPlayerPromptGUI(targetClient, "Testing the two button prompt GUI", "Testing", getLocaleString(client, "Yes"), getLocaleString(client, "No"))
return true;
}