From 5dac67b7100a1f84853df6e7145baaec5f4c2bc5 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 19 Feb 2020 17:16:51 +0100 Subject: [PATCH] [notesqml] Cut down the example text to be translated. --- src/modules/notesqml/notesqml.qml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) 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)) } }