Be less polite in invalid-image-on-upload warning
This commit is contained in:
parent
f7f497566f
commit
bb8fcc8d49
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ void do_remote_addon_publish(CVideo& video, addons_client& client, const std::st
|
|||
}
|
||||
|
||||
if(!image::exists(cfg["icon"].str())) {
|
||||
gui2::show_error_message(video, _("Invalid icon path. Please make sure the path points to a valid image."));
|
||||
gui2::show_error_message(video, _("Invalid icon path. Make sure the path points to a valid image."));
|
||||
} else if(!client.request_distribution_terms(server_msg)) {
|
||||
gui2::show_error_message(video,
|
||||
std::string(_("The server responded with an error:")) + "\n" +
|
||||
|
|
Loading…
Add table
Reference in a new issue