mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 20:16:04 +00:00
clarified a dialog message
This commit is contained in:
parent
bceb82753f
commit
efe9ebe80d
@ -451,7 +451,7 @@ namespace {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user