From 43b9ec8d2e3c6f98a8ceb639292ddea2e48ddf99 Mon Sep 17 00:00:00 2001 From: henddher Date: Sun, 16 Oct 2022 16:14:50 -0500 Subject: [PATCH] Remove refs to @tz. --- docs/source/Setup/Settings-Default.md | 2 +- evennia/settings_default.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/Setup/Settings-Default.md b/docs/source/Setup/Settings-Default.md index ab9ecd9922..a48451b8ad 100644 --- a/docs/source/Setup/Settings-Default.md +++ b/docs/source/Setup/Settings-Default.md @@ -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 diff --git a/evennia/settings_default.py b/evennia/settings_default.py index c0fcf6a5c0..a4ad4fbf8d 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -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