From de2cde27ec0268e8db8ac989ef8a59649214a8c3 Mon Sep 17 00:00:00 2001 From: Botspot Date: Thu, 8 Oct 2020 01:45:28 -0500 Subject: [PATCH] improve wording --- updater | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/updater b/updater index 4d9a0f7..c8bc24a 100755 --- a/updater +++ b/updater @@ -129,17 +129,11 @@ fi LIST="${LIST::-1}" #echo "List: ${LIST}EOL" -if [ -f "${DIRECTORY}/data/settings/update-always" ];then - latertooltip='Remind me next time Pi-Apps is launched' -else - latertooltip='Remind me tomorrow' -fi - echo -e "$LIST" | yad --center --title='Pi-Apps' --width=310 --height=300 --no-headers \ --list --separator='\n' --window-icon="${DIRECTORY}/icons/logo.png" \ --text='Updates available:' \ --column=:IMG --column=Name \ - --button='Later'!"${DIRECTORY}/icons/exit.png"!"$latertooltip":1 \ + --button='Later'!"${DIRECTORY}/icons/exit.png"!"$Remind me later":1 \ --button='Update now'!"${DIRECTORY}/icons/download.png":0 \ 2>/dev/null