diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 21:53:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-04 21:53:15 +0100 |
commit | 468524ca52e374d51ecc0ca2c4f63a0b0bc25dd3 (patch) | |
tree | f6f7281819761c98a201d32f59dc7419bf845757 /.local/sbin | |
parent | 5f7a2292b0fd2b6742bb76381f5acd0c11cb8b8c (diff) |
scst chtz: Title case notification summaries
Diffstat (limited to '.local/sbin')
-rwxr-xr-x | .local/sbin/chtz | 2 |
1 files changed, 1 insertions, 1 deletions
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’." |