fixup a4e7cb01e8
This commit is contained in:
parent
15059ec10c
commit
b069bdd16e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ bool addons_client::upload_addon(const std::string& id, std::string& response_me
|
|||
"name and cannot be published. "
|
||||
|
||||
"File or directory names may not contain '..' or end with '.' or be longer than 255 characters. "
|
||||
"It also may not contain whitespace, control characters, or any of the following characters:\n\n' * / : < > ? \\ | ~"
|
||||
"It also may not contain whitespace, control characters, or any of the following characters:\n\n" * / : < > ? \\ | ~"
|
||||
, i18n_symbols);
|
||||
this->last_error_data_ = font::escape_text(utils::join(badnames, "\n"));
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue