Remove refs to @tz.

This commit is contained in:
henddher 2022-10-16 16:14:50 -05:00
parent f9ba117680
commit 43b9ec8d2e
2 changed files with 2 additions and 2 deletions

View file

@ -605,7 +605,7 @@ OPTIONS_ACCOUNT_DEFAULT = {
"column_names_color": ("Table column header text.", "Color", "w"),
"help_category_color": ("Help category names.", "Color", "n"),
"help_entry_color": ("Help entry names.", "Color", "n"),
"timezone": ("Timezone for dates. @tz for a list.", "Timezone", "UTC"),
"timezone": ("Timezone for dates.", "Timezone", "UTC"),
}
# Modules holding Option classes, responsible for serializing the option and
# calling validator functions on it. Same-named functions in modules added

View file

@ -586,7 +586,7 @@ OPTIONS_ACCOUNT_DEFAULT = {
"column_names_color": ("Table column header text.", "Color", "w"),
"help_category_color": ("Help category names.", "Color", "n"),
"help_entry_color": ("Help entry names.", "Color", "n"),
"timezone": ("Timezone for dates. @tz for a list.", "Timezone", "UTC"),
"timezone": ("Timezone for dates.", "Timezone", "UTC"),
}
# Modules holding Option classes, responsible for serializing the option and
# calling validator functions on it. Same-named functions in modules added