From 492941c5be0c14a2f13b5c59d0c403d1a2689c2c Mon Sep 17 00:00:00 2001 From: Tom Moroney Date: Wed, 17 May 2023 01:18:16 +0100 Subject: [PATCH] Fixed censor --- auto-subs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-subs.py b/auto-subs.py index fbda742..b6ae04b 100644 --- a/auto-subs.py +++ b/auto-subs.py @@ -58,7 +58,7 @@ ]), ui.VGap(2), ui.Label({'ID': 'Label', 'Text': 'Censored Words (comma separated list)', 'Weight': 0, 'Font': ui.Font({ 'PixelSize': 13 }) }), - ui.LineEdit({'ID': 'CensorList', 'Text': '', 'PlaceholderText': 'e.g kill, shot (k**l)', 'Weight': 0, 'MinimumSize': [200, 30]}), + ui.LineEdit({'ID': 'CensorList', 'Text': '', 'PlaceholderText': 'e.g. bombing = b***ing', 'Weight': 0, 'MinimumSize': [200, 30]}), ui.VGap(2), ui.Label({ 'Text': "Format Text", 'Weight': 0, 'Font': ui.Font({ 'PixelSize': 13 }) }), ui.ComboBox({"ID": "FormatText", 'MaximumSize': [2000, 30]}),