From 468524ca52e374d51ecc0ca2c4f63a0b0bc25dd3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 4 Nov 2023 21:53:15 +0100 Subject: scst chtz: Title case notification summaries --- .local/sbin/chtz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/sbin/chtz') diff --git a/.local/sbin/chtz b/.local/sbin/chtz index 28fff0f..c32573a 100755 --- a/.local/sbin/chtz +++ b/.local/sbin/chtz @@ -4,5 +4,5 @@ set -e choice="`timedatectl list-timezones | grep './.' | osel`" \ && sudo timedatectl set-timezone "$choice" \ - && notify-send -a "${0##*/}" 'Timezone changed' \ + && notify-send -a "${0##*/}" 'Timezone Changed' \ "The system timezone was changed to ‘$choice’." -- cgit v1.2.3