Skip to content

Commit

Permalink
added suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 20, 2017
1 parent f95eeae commit 8c77083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/add-on_auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def main
)
else
# just report an error
error_string = format(_("Failed to add product \"%s\" via\n%s\n"),
# TRANSLATORS: The placeholders are for the product name and the URL.
error_string = format(_("Failed to add product \"%s\" via\n%s"),
prod["product"], media)
error_string << _("Please check logfiles for more information.")
Report.Error(error_string)
end
elsif Ops.get_boolean(prod, "confirm_license", false)
Expand Down

0 comments on commit 8c77083

Please sign in to comment.