style: update descriptions

This commit is contained in:
lapointek 2026-04-21 17:09:31 -04:00
parent 043284405c
commit 2dc5765cc8
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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: