addon/client: Restore a missing word in a translatable string
This commit is contained in:
parent
78b2159eea
commit
12d4505d00
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ bool addons_client::install_addon(config& archive_cfg, const addon_info& info)
|
|||
if(!check_names_legal(archive_cfg)) {
|
||||
gui2::show_error_message(disp_.video(),
|
||||
vgettext("The add-on <i>$addon_title</i> has an invalid file or directory "
|
||||
"and cannot be installed.", i18n_symbols));
|
||||
"name and cannot be installed.", i18n_symbols));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue