mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Remove refs to @tz.
This commit is contained in:
parent
f9ba117680
commit
43b9ec8d2e
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue