Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 6, 2020
1 parent 0a341ee commit cb99f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kdump/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def kdump_memory_widget
high_min = Kdump.memory_limits[:min_high].to_i
high_max = Kdump.memory_limits[:max_high].to_i
high_default = Kdump.memory_limits[:default_high].to_i
# TRANSLATORS: Valid range of allocated kdump momory.
# TRANSLATORS: Valid range of allocated kdump momory.
high_range = format(_("(min: %{min}; max: %{max}; suggested: %{default})"),
min: high_min,
max: high_max,
Expand Down

0 comments on commit cb99f27

Please sign in to comment.