aboutsummaryrefslogtreecommitdiff
path: root/modules/script_callbacks.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-22 19:19:17 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-22 19:19:17 +0300
commitdbc8ab65f6d496459a76547776b656c96ad1350d (patch)
tree809274bb832dba751d1e89e08aeab2d9a3e79540 /modules/script_callbacks.py
parentd37cfffd537cd29309afbcb192c4f979995c6a34 (diff)
typo
Diffstat (limited to 'modules/script_callbacks.py')
-rw-r--r--modules/script_callbacks.py2
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)