diff --git a/kitty/window.py b/kitty/window.py index e352d0b79..c9fc1aa40 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -349,7 +349,7 @@ def load_paste_filter() -> Callable[[str], str]: except Exception as e: if not isinstance(e, FileNotFoundError): traceback.print_exc() - log_error(f'Failed to load custom draw_tab function with error: {e}') + log_error(f'Failed to load paste filter function with error: {e}') def func(text: str) -> str: return text