From cdec9ddfeb168861f92a202d77b711b4e096c63f Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Thu, 17 Mar 2022 16:53:26 +0000 Subject: Clarify desktop notification text The notification is supposed to read "Reboot when it is convenient - to install the updates", but I kept reading it as "Reboot - when it is convenient to install the updates.", and I couldn't figure out the "correct" punctuation to do that while remaining proper English. So move the wording about instead. --- adu-download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adu-download') 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 -- cgit v1.2.1