Author: soliton
Date: Mon Apr 27 15:51:13 2009
New Revision: 35256

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

Modified:
    branches/1.6/src/addon_management.cpp

Modified: branches/1.6/src/addon_management.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/src/addon_management.cpp?rev=35256&r1=35255&r2=35256&view=diff
==============================================================================
--- branches/1.6/src/addon_management.cpp (original)
+++ branches/1.6/src/addon_management.cpp Mon Apr 27 15:51:13 2009
@@ -450,7 +450,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