From 0265af0a69b7f390d93a5c6ad446e965854382bf Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Wed, 20 Dec 2023 08:20:13 +0100 Subject: [PATCH] improve formatting and more clarification in help --- src/lib/y2firstboot/dialogs/wsl_product_selection.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/y2firstboot/dialogs/wsl_product_selection.rb b/src/lib/y2firstboot/dialogs/wsl_product_selection.rb index e26bb05..045ee80 100644 --- a/src/lib/y2firstboot/dialogs/wsl_product_selection.rb +++ b/src/lib/y2firstboot/dialogs/wsl_product_selection.rb @@ -89,8 +89,8 @@ 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), @@ -98,8 +98,8 @@ def dialog_content 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), @@ -120,7 +120,8 @@ def help_text # TRANSLATORS: help text (3/3) _("

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.

") + "In that case the system needs to be registered as well. " \ + "Also be aware that systemd enablement is in effect only after relaunch.

") end private