Skip to content

Commit

Permalink
improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 5, 2020
1 parent 3901050 commit 159815c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/general/src/lib/cfa/sysctl_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def save(check_conflicts: true)
conflict_files = conflict_files()
if !conflict_files.empty?
Yast::Report.Warning(_("The settings have been written to %{yast_file_name}.\n"\
"But they will be overruled be manual setting described in %{file_list}") %
{ 'yast_file_name' => YAST_CONFIG_PATH, 'file_list' => conflict_files.join(", ") })
"But they will be overruled be manual setting described in %{file_list}.") % {
:yast_file_name => YAST_CONFIG_PATH, :file_list => conflict_files.join(", ") })
end
end
yast_config_file&.save
Expand Down

0 comments on commit 159815c

Please sign in to comment.