You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dialog::show_message(_("Couldn't find a \"main\" sector.\nPlease change the name of the sector where\nyou'd like the player to start to \"main\""));
1031
+
/*
1032
+
l10n: When translating this message, please keep "main" untranslated (the game expects the name of the sector to be "main").
1033
+
*/
1034
+
Dialog::show_message(_("Couldn't find a sector with the name \"main\".\nPlease change the name of the sector where\nyou'd like the player to start to \"main\""));
1032
1035
}
1033
1036
elseif (!spawnpoint_valid)
1034
1037
{
1035
-
Dialog::show_message(_("Couldn't find a \"main\" spawnpoint.\n Please change the name of the spawnpoint where\nyou'd like the player to start to \"main\""));
1038
+
/*
1039
+
l10n: When translating this message, please keep "main" untranslated (the game expects the name of the spawnpoint to be "main").
1040
+
*/
1041
+
Dialog::show_message(_("Couldn't find a spawnpoint with the name \"main\".\nPlease change the name of the spawnpoint where\nyou'd like the player to start to \"main\""));
0 commit comments