diff options
Diffstat (limited to 'libsisyphus')
-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> |