Skip to content

Commit 1bf7ba1

Browse files
authored
Apply suggestion from @linawolf
1 parent 1c77508 commit 1bf7ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Appendix/Cgl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ label reference can be separated by dots, for example:
8989

9090
.. code-block:: xml
9191
92-
<trans-unit id="my-field.title">
92+
<trans-unit id="my_field.title">
9393
<source>My title</source>
9494
</trans-unit>
95-
<trans-unit id="my-field.description">
95+
<trans-unit id="my_field.description">
9696
<source>My description</source>
9797
</trans-unit>
9898

0 commit comments

Comments
 (0)