X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2Fubi%2FStartPage.qml;fp=qml%2Fubi%2FStartPage.qml;h=7e2b88c7809ecc7d8dead87e2acfd903d54df348;hb=f14167e964f1a0d80c1cdfbf6f9ce8dfbf9d9a12;hp=b55fae8c0d30210142a7a6eb6ad34c2ef32f964d;hpb=8b6c853bfc5c0dace905c4320500a3e8e90a3ae1;p=ubi diff --git a/qml/ubi/StartPage.qml b/qml/ubi/StartPage.qml index b55fae8..7e2b88c 100644 --- a/qml/ubi/StartPage.qml +++ b/qml/ubi/StartPage.qml @@ -92,12 +92,14 @@ Page { id: dialog z: 200 fontSize: 28 - //iconSource: "images/ubi50.png" - text: qsTr("

Ubi

" - +"

An unofficial Ubuntu One app for Maemo 5 " + iconSource: "images/ubi50.png" + textHeader: qsTr("Ubi") + + text: qsTr("

An unofficial Ubuntu One app for Maemo 5 " +"and other Qt-enabled platforms.

" +"

http://ubi.garage.maemo.org

" +"

© 2012 Michal Kosciesza

") + onOpened: mask.state = "dialog" onCanceled: mask.state = "idle" } @@ -109,6 +111,6 @@ Page { anchors.horizontalCenter: parent.horizontalCenter font.pixelSize: 18 color: "white" - text: "ver. 0.9.0" + text: "ver. 0.9.0-2" } }