diff --git a/archinstall/default_profiles/desktops/plasma.py b/archinstall/default_profiles/desktops/plasma.py index 38b4f22a..3144a91d 100644 --- a/archinstall/default_profiles/desktops/plasma.py +++ b/archinstall/default_profiles/desktops/plasma.py @@ -37,7 +37,7 @@ class PlasmaFlavor(StrEnum): details += '\n'.join(f'- {entry}' for entry in info.get_depends_on) case PlasmaFlavor.Plasma: ty = tr('Package group') - desc = tr('A package group containing all Plasma packages. Installing the group pulls in all packages together. Unlike meta packages, \nindividual packages can be removed afterward without affecting the group.') + desc = tr('A package group containing all Plasma packages. Installing the group pulls in all packages together. \nUnlike meta packages, individual packages can be removed afterward without affecting the group.') group = package_group_info(self.value) if group is not None: @@ -45,7 +45,7 @@ class PlasmaFlavor(StrEnum): details += '\n'.join(f'- {entry}' for entry in group.packages) case PlasmaFlavor.Desktop: ty = tr('Package group') - desc = tr('The core KDE Plasma desktop package. Provides only essential components needed to run a functional Plasma session. \nGood for users who want a minimal setup and fewer packages.') + desc = tr('The core KDE Plasma desktop package. Provides only essential components needed to run a \nfunctional Plasma session. Good for users who want a minimal setup and fewer packages.') info = available_package(self.value) if info is not None: