diff --git a/src/modules/notesqml/notesqml.qml b/src/modules/notesqml/notesqml.qml index a41fa98fd..cb659debc 100644 --- a/src/modules/notesqml/notesqml.qml +++ b/src/modules/notesqml/notesqml.qml @@ -58,26 +58,8 @@ Item { wrapMode: Text.WordWrap text: qsTr("

%1

-

This an example QML file, showing options in RichText with Flickable content.

- -

QML with RichText can use HTML tags, Flickable content is useful for touchscreens.

- -

This is bold text

-

This is italic text

-

This is underlined text

-

This text will be center-aligned.

-

This is strikethrough

- -

Code example: - ls -l /home

- -

Lists:

- - -

The vertical scrollbar is adjustable, current width set to 10.

").arg(Branding.string(Branding.VersionedName)) +

These are example release notes.

" + ).arg(Branding.string(Branding.VersionedName)) } }