Fix string grammar

This commit is contained in:
Benau 2020-03-01 10:18:34 +08:00
parent bd513646ac
commit 122d2cf737

View File

@ -1190,7 +1190,7 @@ void ClientLobby::backToLobby(Event *event)
// I18N: Error message shown when all players will go back to lobby
// when server owner quited the game
if (!STKHost::get()->isClientServer())
msg = _("Server owner quited the game.");
msg = _("Server owner quit the game");
break;
default:
break;