style: update descriptions
This commit is contained in:
parent
043284405c
commit
2dc5765cc8
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue