From 7508e0042996980bc428f66ee277e5d34b0a0a9c Mon Sep 17 00:00:00 2001 From: V3n3RiX <venerix@redcorelinux.org> Date: Fri, 23 Dec 2016 06:57:42 +0000 Subject: change button labels --- libsisyphus | 4 ++-- 1 file 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> -- cgit v1.2.3