From 2c336bb89ed809ac27c2e0c6a37569a81a6a09f6 Mon Sep 17 00:00:00 2001 From: auria Date: Wed, 19 Jun 2013 22:27:50 +0000 Subject: [PATCH] Tweak GP-win message to be more accurate git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12890 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/states_screens/grand_prix_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/states_screens/grand_prix_win.cpp b/src/states_screens/grand_prix_win.cpp index 5fee815d2..c309bf3d1 100644 --- a/src/states_screens/grand_prix_win.cpp +++ b/src/states_screens/grand_prix_win.cpp @@ -101,7 +101,7 @@ void GrandPrixWin::init() const core::dimension2d& frame_size = GUIEngine::getDriver()->getCurrentRenderTargetSize(); - core::stringw message = _("You unlocked a new feature!"); + core::stringw message = _("You completed a challenge!"); const int message_width = GUIEngine::getFont()->getDimension(message.c_str()).Width + 30; const int label_height = GUIEngine::getFontHeight() + 15;