This commit is contained in:
Celtic Minstrel 2018-01-07 23:12:46 -05:00 committed by GitHub
parent 15059ec10c
commit b069bdd16e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;