mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
* Proper localization for Titi's "newbie" warning
* Fix typo in Linux build script
This commit is contained in:
@@ -123,7 +123,7 @@ cd ..
|
||||
echo ''
|
||||
echo 'BUILD COMPLETE.'
|
||||
echo ''
|
||||
echo 'To build with boogle-breakpad support pass the path to the library as follows:'
|
||||
echo 'To build with google-breakpad support pass the path to the library as follows:'
|
||||
echo 'cmake -DBREAKPAD_ROOT=/home/softcoder/Code/google-breakpad/'
|
||||
echo 'To launch MegaGlest from the current directory, use:'
|
||||
echo ' mk/linux/megaglest --ini-path=mk/linux/ --data-path=mk/linux/'
|
||||
|
@@ -339,7 +339,7 @@ MenuStateMasterserver::MenuStateMasterserver(Program *program, MainMenu *mainMen
|
||||
}
|
||||
|
||||
if(netPlayerName=="newbie"){
|
||||
showMessageBox(lang.get("Go back and set your name in the game options"),lang.get("Player name not set"),false);
|
||||
showMessageBox(lang.get("PlayerNameNotSetPrompt"),lang.get("PlayerNameNotSetTitle"),false);
|
||||
}
|
||||
//showMessageBox("Go back and set your name in the game options!\n\nAt the moment you are just called >>newbie<< !","Player name not set!",false);
|
||||
|
||||
|
Reference in New Issue
Block a user