Skip to content

Commit 1b6339b

Browse files
authored
Merge pull request godotengine#8201 from timothyqiu/quote-name
Fix property quotation in Internationalizing Games
2 parents 277c0eb + 3b2b75c commit 1b6339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/i18n/internationalizing_games.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ It is possible to override text and control layout direction by using the follow
234234

235235
- ``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,
236236
- ``language``, overrides current project locale.
237-
- ``structured_text_bidi_override property`` and ``_structured_text_parser callback``, enables special handling for structured text.
237+
- ``structured_text_bidi_override`` property and ``_structured_text_parser`` callback, enables special handling for structured text.
238238
- ``layout_direction``, overrides control mirroring.
239239

240240
.. image:: img/ui_mirror.png

0 commit comments

Comments
 (0)