Skip to content

Commit

Permalink
improve formatting and more clarification in help
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 20, 2023
1 parent 045840f commit 0265af0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/lib/y2firstboot/dialogs/wsl_product_selection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ def dialog_content
),
VSpacing(2),
# TRANSLATORS:
Label(_("The WSL GUI pattern provides some needed packages for\n" \
"a better experience with graphical applications in WSL.")),
Left(Label(_("The WSL GUI pattern provides some needed packages for\n" \
"a better experience with graphical applications in WSL."))),
VSpacing(1),
# TRANSLATORS: check box label
Left(CheckBox(Id(:wsl_gui_pattern),
_("Install WSL GUI pattern (requires registration)"),
wsl_gui_pattern)),
VSpacing(2),
# TRANSLATORS:
Label(_("The WSL systemd pattern provides wsl.conf adjustment\n" \
"and init symlink for a systemd enablement in WSL.")),
Left(Label(_("The WSL systemd pattern provides wsl.conf adjustment\n" \
"and init symlink for systemd enablement in WSL."))),
VSpacing(1),
# TRANSLATORS: check box label
Left(CheckBox(Id(:wsl_systemd_pattern),
Expand All @@ -120,7 +120,8 @@ def help_text
# TRANSLATORS: help text (3/3)
_("<p>For enablement of systemd in WSL the WSL systemd pattern provides wsl.conf " \
"and /sbin/init adjustments. " \
"In that case the system needs to be registered as well.</p>")
"In that case the system needs to be registered as well. " \
"Also be aware that systemd enablement is in effect only after relaunch.</p>")
end

private
Expand Down

0 comments on commit 0265af0

Please sign in to comment.