Skip to content

Commit

Permalink
simplyfied
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Mar 20, 2018
1 parent 90ec55b commit b1be464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clients/inst_autoinit.rb
Expand Up @@ -109,9 +109,9 @@ def main
end

if !AutoinstFunctions.selected_product
msg = _("No or wrong base product has been defined in the AutoYaST configuration file.")
msg += _("Please check the <b>products</b> entry in the <b>software</b> section.<br><br>")
msg += _("Following base products are available:<br>")
msg = _("None or wrong base product has been defined in the AutoYaST configuration file." \
"Please check the <b>products</b> entry in the <b>software</b> section.<br><br>" \
"Following base products are available:<br>")
Y2Packager::Product.available_base_products.each do |product|
msg += "#{product.name} (#{product.display_name})<br>"
end
Expand Down

0 comments on commit b1be464

Please sign in to comment.