Pango-escape case-conflicted filenames
This commit is contained in:
parent
3032c844e1
commit
5dc1485b84
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ bool addons_client::upload_addon(const std::string& id, std::string& response_me
|
|||
this->last_error_ =
|
||||
vgettext("The add-on <i>$addon_title</i> contains files or directories with case conflicts. "
|
||||
"File or directory names may not be differently-cased versions of the same string.", i18n_symbols);
|
||||
this->last_error_data_ = utils::join(badnames, "\n");
|
||||
this->last_error_data_ = font::escape_text(utils::join(badnames, "\n"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue