Minor English fix
This commit is contained in:
parent
2e0090227e
commit
7c3a7911b4
1 changed files with 1 additions and 1 deletions
|
@ -1323,7 +1323,7 @@ namespace {
|
|||
symbols["addon"] = get_addon_name(addon);
|
||||
|
||||
const std::string& confirm_message = utils::interpolate_variables_into_string(
|
||||
_("Deleting '$addon|' will permanently erase its download and upload count in the add-ons server. Do you really wish to continue?"),
|
||||
_("Deleting '$addon|' will permanently erase its download and upload count on the add-ons server. Do you really wish to continue?"),
|
||||
&symbols);
|
||||
|
||||
const int res = gui2::show_message(disp.video(),
|
||||
|
|
Loading…
Add table
Reference in a new issue