Skip to content

Commit

Permalink
updated translation description
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Feb 6, 2020
1 parent cb99f27 commit 7e6e916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/kdump/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def kdump_memory_widget
else
_("Kdump Memor&y [MiB]")
end
# TRANSLATORS: Valid range of allocated kdump momory.
# TRANSLATORS: %{min}, %{max}, %{default} are variable names which must not be translated.
low_range = format(_("(min: %{min}; max: %{max}; suggested: %{default})"),
min: low_min,
max: low_max,
Expand Down 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: %{min}, %{max}, %{default} are variable names which must not be translated.
high_range = format(_("(min: %{min}; max: %{max}; suggested: %{default})"),
min: high_min,
max: high_max,
Expand Down

0 comments on commit 7e6e916

Please sign in to comment.