diff options
-rwxr-xr-x | adu-download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adu-download b/adu-download index 7005592..c97d6e8 100755 --- a/adu-download +++ b/adu-download @@ -47,7 +47,7 @@ if command -v notify-send >/dev/null; then runuser -u "$(stat -c "%U" "$addr")" -- \ notify-send --app-name=apt-desktop-upgrades \ "$upgrades system updates available" \ - "Reboot when it is convenient to install them" + "To install them, reboot when it is convenient" done fi |