Reworded the warning string that is shown to authors...

...that are about to download their own addons; eliminated
French-style spacing.
This commit is contained in:
Steven Panek 2011-07-04 05:09:13 +00:00
parent 11b851896b
commit aad5fab1f6

View file

@ -1095,7 +1095,7 @@ namespace {
utils::string_map symbols;
symbols["addon"] = addon;
const std::string& confirm_message = utils::interpolate_variables_into_string(
_("It looks as if you are the author of '$addon|'. Downloading '$addon|' may overwrite any changes you have made since the last upload and may delete your pbl file. Do you really want to continue ?"),
_("You seem to be the author of '$addon|'. Downloading '$addon|' may overwrite any changes you have made since the last upload and may delete your pbl file. Do you really wish to continue?"),
&symbols);
const int res = gui2::show_message(disp.video(),
_("Confirm"),