From ed734eb1585569c8793cb84d3c8659c56477531f Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Wed, 28 Feb 2024 19:13:41 +0300 Subject: [PATCH] Add translation string for `void` tooltip --- scripts/extract_classes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/extract_classes.py b/scripts/extract_classes.py index f340837..1decbc0 100644 --- a/scripts/extract_classes.py +++ b/scripts/extract_classes.py @@ -65,6 +65,7 @@ BASE_STRINGS = [ "This method doesn't need an instance to be called, so it can be called directly using the class name.", "This method describes a valid operator to use with this type as left-hand operand.", "This value is an integer composed as a bitmask of the following flags.", + "No return value.", "There is currently no description for this class. Please help us by :ref:`contributing one `!", "There is currently no description for this signal. Please help us by :ref:`contributing one `!", "There is currently no description for this enum. Please help us by :ref:`contributing one `!",