diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 07:15:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 07:15:52 +0000 |
commit | 6ce977d2cdf08ed21cdb433324cfc9388ba325d3 (patch) | |
tree | b7bbb2556e52c1c217c747dd4de87547a065953e /libsisyphus | |
parent | 7508e0042996980bc428f66ee277e5d34b0a0a9c (diff) |
minor tweaks
Diffstat (limited to 'libsisyphus')
-rwxr-xr-x | libsisyphus | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libsisyphus b/libsisyphus index e9fe3ec..90d7a8f 100755 --- a/libsisyphus +++ b/libsisyphus @@ -34,11 +34,11 @@ export local gamesui=' </hbox> <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> - <label>Install Application</label> + <label>Install package</label> <action>epkg autoinstall $game|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> - <label>Uninstall Application</label> + <label>Uninstall package</label> <action>epkg autoremove $game|$showdialog</action> </button> </hbox> @@ -85,7 +85,7 @@ export local systemui=' export local mainui=' <window title="Sisyphus - A simple Epkg GUI" window-position="1" icon-name="gtk-search" modal="true" resizable="false" width-request="800" height-request="600"> <vbox> -<frame Manage Packages> +<frame Manage packages by name> <hbox> <text> <label>Enter package(s)</label> @@ -117,7 +117,7 @@ export local mainui=' </button> </hbox> </frame> -<frame Browse Packages> +<frame Browse packages by category> <hbox> <button tooltip-text="Accesories"> <label>Accesories</label> |