mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Perform some quality assurance for translation strings (#11375)
This commit is contained in:
@@ -512,8 +512,8 @@ bool ClientLauncher::launch_game(std::string &error_message,
|
||||
// Load gamespec for required game
|
||||
start_data.game_spec = findWorldSubgame(worldspec.path);
|
||||
if (!start_data.game_spec.isValid()) {
|
||||
error_message = gettext("Could not find or load game \"")
|
||||
+ worldspec.gameid + "\"";
|
||||
error_message = gettext("Could not find or load game: ")
|
||||
+ worldspec.gameid;
|
||||
errorstream << error_message << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user