summaryrefslogtreecommitdiff
path: root/.local/sbin/chtz
diff options
context:
space:
mode:
Diffstat (limited to '.local/sbin/chtz')
-rwxr-xr-x.local/sbin/chtz2
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’."