mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2942 from Henddher/issue_2770
fix: Remove refs to @tz #2770
This commit is contained in:
commit
456b98f7f6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue