diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 06:57:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 06:57:42 +0000 |
commit | 7508e0042996980bc428f66ee277e5d34b0a0a9c (patch) | |
tree | 4b1d315601b820df1e55383eef200befea6e84c8 | |
parent | 2f1064b93f3ffdd8d5b25b3be6c75718077ee40f (diff) |
change button labels
-rwxr-xr-x | libsisyphus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsisyphus b/libsisyphus index ddc2a1b..e9fe3ec 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 Selected Application</label> + <label>Install Application</label> <action>epkg autoinstall $game|$showdialog</action> </button> <button space-expand="true" space-extend="true" label-text="uninstall"> - <label>Uninstall Selected Application</label> + <label>Uninstall Application</label> <action>epkg autoremove $game|$showdialog</action> </button> </hbox> |