Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 8, 2017
1 parent 7a58cde commit 2989139
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/lib/registration/ui/base_system_registration_dialog.rb
Expand Up @@ -359,16 +359,16 @@ def help_text
# @return [Boolean] true when skipping has been confirmed
def show_skipping_warning
# Popup question: confirm skipping the registration
// TRANSLATORS:
// %{media_name} is the media name (e.g. SLE-15-Packages),
// %{download_url} is an URL link (e.g. https://download.suse.com)
# TRANSLATORS:
# %{media_name} is the media name (e.g. SLE-15-Packages),
# %{download_url} is an URL link (e.g. https://download.suse.com)
warning = _("Without registration, update-channels will not be\n" \
"configured. This disables updates and security fixes.\n\n" \
"A full system can be installed using the\n" \
"%{media_name} media from %{download_url}.\n" \
"Without these media only a minimum system is available\n" \
"in this installation.")
% {media_name: "SLE-15-Packages", download_url: "https://download.suse.com"}
"configured. This disables updates and security fixes.\n\n" \
"A full system can be installed using the\n" \
"%{media_name} media from %{download_url}.\n" \
"Without these media only a minimum system is available\n" \
"in this installation.") %
{ media_name: "SLE-15-Packages", download_url: "https://download.suse.com" }
Yast::Popup.Warning(warning)
end

Expand Down

0 comments on commit 2989139

Please sign in to comment.