diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-09 04:10:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-09 04:10:15 +0000 |
commit | 48775bb7bb51674c03707774b7073373ab270107 (patch) | |
tree | 1d0ac2a290f6fbf2bdd6c5ec49135776efe741bd /src/frontend/gui/ui/sisyphus.ui | |
parent | 3d811e9ab090d955af5dc6641896656a5e517069 (diff) |
* use .join rather than str to convert lists to strings
* fix output message when multiple source packages are requested
* minor UI tweaks
Diffstat (limited to 'src/frontend/gui/ui/sisyphus.ui')
-rw-r--r-- | src/frontend/gui/ui/sisyphus.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/frontend/gui/ui/sisyphus.ui b/src/frontend/gui/ui/sisyphus.ui index 23cf906..2831d55 100644 --- a/src/frontend/gui/ui/sisyphus.ui +++ b/src/frontend/gui/ui/sisyphus.ui @@ -196,7 +196,7 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Install package</p></body></html></string> + <string><html><head/><body><p align="center">Install the selected package(s)</p></body></html></string> </property> <property name="text"> <string/> @@ -222,7 +222,7 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + <string><html><head/><body><p align="center">Uninstall the selected package(s)</p></body></html></string> </property> <property name="text"> <string/> @@ -248,7 +248,7 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Upgrade system</p></body></html></string> + <string><html><head/><body><p align="center">Upgrade the system</p></body></html></string> </property> <property name="icon"> <iconset> @@ -263,7 +263,7 @@ </widget> </item> <item> - <widget class="QPushButton" name="orphansButton"> + <widget class="QPushButton" name="autoremoveButton"> <property name="maximumSize"> <size> <width>16777215</width> @@ -271,7 +271,7 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + <string><html><head/><body><p align="center">Uninstall no longer needed package(s)</p></body></html></string> </property> <property name="text"> <string/> @@ -297,7 +297,7 @@ </size> </property> <property name="toolTip"> - <string><html><head/><body><p align="center">Exit Sisyphus</p></body></html></string> + <string><html><head/><body><p align="center">Quit program</p></body></html></string> </property> <property name="icon"> <iconset> @@ -365,7 +365,7 @@ <tabstop>installButton</tabstop> <tabstop>uninstallButton</tabstop> <tabstop>upgradeButton</tabstop> - <tabstop>orphansButton</tabstop> + <tabstop>autoremoveButton</tabstop> <tabstop>exitButton</tabstop> </tabstops> <resources/> |