Skip to content

Commit

Permalink
improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 7, 2020
1 parent 53f6315 commit dac3082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/src/lib/cfa/sysctl_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def conflict?(only: [], show_information: true)
conflicts.each do |filename, conflict|
text << _("File: %s<br>") % filename
text << _("Conflicting entries: %s<br>") % conflict.join(", ")
text << "<br>"
end
text << "<br>"
text << _("You will have to adapt these entries manually in order to set your changes.")
Yast::Report.LongWarning(text)
end
Expand Down

0 comments on commit dac3082

Please sign in to comment.