Skip to content

Commit

Permalink
addon/mg: Simplify [request_campaign_hash] UI message
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Oct 18, 2020
1 parent eabaa42 commit 1575457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/client.cpp
Expand Up @@ -180,7 +180,7 @@ bool addons_client::upload_addon(const std::string& id, std::string& response_me
request_body["name"] = cfg["name"];
// request_body["from"] = ???
send_request(hash_request, hashlist);
wait_for_transfer_done(VGETTEXT("Requesting the older version composition for the add-on <i>$addon_title</i>...", i18n_symbols));
wait_for_transfer_done(_("Requesting file index..."));

// A silent error check
if(!hashlist.child("error")) {
Expand Down

0 comments on commit 1575457

Please sign in to comment.