From f2dd8a0098a746e78fd5ee8ebd978ee1179623d4 Mon Sep 17 00:00:00 2001 From: vexed Date: Tue, 3 Apr 2012 21:13:59 -0400 Subject: [PATCH] Make it more obvious the game is free to anyone who wants it. Thanks to Kreuvf for the wording. --- src/frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend.cpp b/src/frontend.cpp index bd053b31c..a453fed19 100644 --- a/src/frontend.cpp +++ b/src/frontend.cpp @@ -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; }