diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-02-22 21:11:28 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-02-22 21:11:28 +0100 |
commit | e65d1175c2c6e4156280d2ee5980f65e2794f776 (patch) | |
tree | 260c8d3ed55cf8c01bda49b24bc18c919ef7e40c | |
parent | d9214396c1e28ab0dd1ea2f18d6d88912793d156 (diff) |
port of FS#13241 - Use "localtime" instead of "local".
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 606a0e0..804d3c3 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -64,8 +64,8 @@ interactive_configure_system() # returns: 1 on failure interactive_set_clock() { - # utc or local? - ask_option no "Clock configuration" "Is your hardware clock in UTC or local time?" "UTC" " " "local" " " || return 1 + # utc or localtime? + ask_option no "Clock configuration" "Is your hardware clock in UTC or local time?" "UTC" " " "localtime" " " || return 1 HARDWARECLOCK=$ANSWER_OPTION # timezone? |