Skip to content

Commit

Permalink
Be less polite in invalid-image-on-upload warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Aug 20, 2015
1 parent f7f4975 commit bb8fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/manager_ui.cpp
Expand Up @@ -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" +
Expand Down

0 comments on commit bb8fcc8

Please sign in to comment.