Text improved a little in themes

This commit is contained in:
Kuzma Shapran 2013-02-06 10:34:22 +13:00
parent 4b3c839983
commit bbe9b8b33b
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ Rectangle {
Text {
id: errorMessage
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Enter your user name password.")
text: qsTr("Enter your user name and password.")
font.pixelSize: 10
}
}

View File

@ -200,7 +200,7 @@ Rectangle {
Text {
id: errorMessage
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Enter your user name password.")
text: qsTr("Enter your user name and password.")
font.pixelSize: 10
}
}