Browse Source

Fixed wrong information in "BBCode in RichTextLabel".

Michael Alexsander Silva Dias 7 years ago
parent
commit
ce3cdb5b68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/features/gui/bbcode_in_richtextlabel.rst

+ 1 - 1
learning/features/gui/bbcode_in_richtextlabel.rst

@@ -46,7 +46,7 @@ Reference
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
 | **url (ref)**   | ``[url=<url>]{text}[/url]``                | Makes {text} reference <url>.                                |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
-| **image**       | ``[img=<path>][/img]``                     | Insert image at resource <path>.                             |
+| **image**       | ``[img]{path}[/img]``                      | Insert image at resource {path}.                             |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+
 | **font**        | ``[font=<path>]{text}[/font]``             | Use custom font at <path> for {text}.                        |
 +-----------------+--------------------------------------------+--------------------------------------------------------------+