Author: soliton
Date: Mon Apr 27 15:52:18 2009
New Revision: 35258

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35258&view=rev
Log:
clarified a dialog message

Modified:
    trunk/src/addon_management.cpp

Modified: trunk/src/addon_management.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/addon_management.cpp?rev=35258&r1=35257&r2=35258&view=diff
==============================================================================
--- trunk/src/addon_management.cpp (original)
+++ trunk/src/addon_management.cpp Mon Apr 27 15:52:18 2009
@@ -451,7 +451,7 @@
                                                                                
                count_missing);
                        /* GCC-3.3 needs a temp var otherwise compilation fails 
*/
                        gui::dialog dlg(disp, msg_title, msg_entrytxt + "\n" + 
missing +
-                                       "\n" + _("Do you still want to download 
it?"), gui::OK_CANCEL);
+                                       "\n" + _("Do you want to download this 
add-on? (You will still have to install the dependencies in order to play.)"), 
gui::OK_CANCEL);
                        if (dlg.show())
                                return false;
                }


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to