diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-14 04:36:07 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-14 04:36:07 -0500 |
commit | a1712e1174af8b56a8365ad7ee749d8a4a87ddf7 (patch) | |
tree | e49b147a9259977ac27e4a84ab08c41874713d5b /setup-timezone.in | |
parent | 5af57fcbd68f2efc3ab3a6ece2d48c36499fc285 (diff) | |
download | alpine-conf-a1712e1174af8b56a8365ad7ee749d8a4a87ddf7.zip |
setup-disk, setup-timezone: improved messages
Diffstat (limited to 'setup-timezone.in')
-rwxr-xr-x | setup-timezone.in | 2 |
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;; |