Merge pull request #2942 from Henddher/issue_2770

fix: Remove refs to @tz #2770
This commit is contained in:
Griatch 2022-10-17 11:10:10 +02:00 committed by GitHub
commit 456b98f7f6
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