diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-22 19:19:17 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-22 19:19:17 +0300 |
commit | dbc8ab65f6d496459a76547776b656c96ad1350d (patch) | |
tree | 809274bb832dba751d1e89e08aeab2d9a3e79540 | |
parent | d37cfffd537cd29309afbcb192c4f979995c6a34 (diff) |
typo
-rw-r--r-- | modules/script_callbacks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/script_callbacks.py b/modules/script_callbacks.py index 1270e50f..5bcccd67 100644 --- a/modules/script_callbacks.py +++ b/modules/script_callbacks.py @@ -48,6 +48,6 @@ def on_ui_tabs(callback): def on_ui_settings(callback):
- """register a function to be called before UI settingsare populated; add your settings
+ """register a function to be called before UI settings are populated; add your settings
by using shared.opts.add_option(shared.OptionInfo(...)) """
callbacks_ui_settings.append(callback)
|