Make it more obvious the game is free to anyone who wants it.

Thanks to Kreuvf for the wording.
master
vexed 2012-04-03 21:13:59 -04:00
parent 76650418ad
commit f2dd8a0098
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ static bool startTitleMenu(void)
addTextButton(FRONTEND_QUIT, FRONTEND_POS7X, FRONTEND_POS7Y, _("Quit Game"), WBUT_TXTCENTRE);
addSideText(FRONTEND_SIDETEXT, FRONTEND_SIDEX, FRONTEND_SIDEY, _("MAIN MENU"));
addSmallTextButton(FRONTEND_HYPERLINK, FRONTEND_POS8X, FRONTEND_POS8Y, _("Visit our official site: http://wz2100.net"), 0);
addSmallTextButton(FRONTEND_HYPERLINK, FRONTEND_POS8X, FRONTEND_POS8Y, _("Warzone 2100 is completely free and open source (FLOSS). Official site: http://wz2100.net/"), 0);
return true;
}