addon/mg: Tweak a couple of awkward UI strings
This commit is contained in:
parent
8eea6a8b9b
commit
e9e718d633
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ bool do_resolve_addon_dependencies(display& disp, addons_client& client, const a
|
|||
std::string broken_deps_report;
|
||||
|
||||
broken_deps_report = _n(
|
||||
"The selected add-on has the following dependency, which is not currently installed and is not available from the server. Do you wish to continue?",
|
||||
"The selected add-on has the following dependencies, which are not currently installed and are not available from the server. Do you wish to continue?",
|
||||
"The selected add-on has the following dependency, which is not currently installed or available from the server. Do you wish to continue?",
|
||||
"The selected add-on has the following dependencies, which are not currently installed or available from the server. Do you wish to continue?",
|
||||
broken_deps.size());
|
||||
broken_deps_report += "\n";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue