From 3b2b75ceda48f76614ad50411184c064a727d63c Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Mon, 9 Oct 2023 11:56:14 +0800 Subject: [PATCH] Fix property quotation in Internationalizing Games --- tutorials/i18n/internationalizing_games.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/i18n/internationalizing_games.rst b/tutorials/i18n/internationalizing_games.rst index 0647ae0afd6..aab3be6acd0 100644 --- a/tutorials/i18n/internationalizing_games.rst +++ b/tutorials/i18n/internationalizing_games.rst @@ -234,7 +234,7 @@ It is possible to override text and control layout direction by using the follow - ``text_direction``, sets the base text direction. When set to "auto", direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm, - ``language``, overrides current project locale. -- ``structured_text_bidi_override property`` and ``_structured_text_parser callback``, enables special handling for structured text. +- ``structured_text_bidi_override`` property and ``_structured_text_parser`` callback, enables special handling for structured text. - ``layout_direction``, overrides control mirroring. .. image:: img/ui_mirror.png