summaryrefslogtreecommitdiffstats
path: root/setup-timezone.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-xsetup-timezone.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-timezone.in b/setup-timezone.in
index 1e823e6..3d45284 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -37,7 +37,7 @@ zonepath=$(cat /etc/TZ 2>/dev/null)
[ -z "$zonepath" ] && zonepath="UTC"
while true; do
- echo -n "What timezone are you in? ('?' for list) [$zonepath] "
+ echo -n "Which timezone are you in? ('?' for list) [$zonepath] "
default_read zonepath "$zonepath"
case "$zonepath" in
"") continue;;