Skip to content

Commit cd16c9d

Browse files
committed
Improved about page
1 parent 2d7adda commit cd16c9d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

qml/pages/About.qml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Page {
5656

5757
focus: true
5858
color: Theme.primaryColor
59-
font.pixelSize: Theme.fontSizeExtraSmall
59+
font.pixelSize: Theme.fontSizeSmall
6060
wrapMode: Text.Wrap
6161

62-
text: "Vocabulary is a vocabulary trainer for SailfishOS designed to be used independent of the language you want to learn."
62+
text: qsTr("Vocabulary is a vocabulary trainer for SailfishOS designed to be used independent of the language you want to learn.")
6363
}
6464

6565
PageHeader {
@@ -75,7 +75,6 @@ Page {
7575

7676
focus: true
7777
color: Theme.primaryColor
78-
font.pixelSize: Theme.fontSizeExtraSmall
7978
wrapMode: Text.Wrap
8079

8180
text: "Marcus Soll"
@@ -94,7 +93,6 @@ Page {
9493

9594
focus: true
9695
color: Theme.primaryColor
97-
font.pixelSize: Theme.fontSizeExtraSmall
9896
wrapMode: Text.Wrap
9997

10098
text: "Ingvix

0 commit comments

Comments
 (0)