Merge pull request #12 from kuzmas/theme-improvement

Text improved a little in themes
This commit is contained in:
Abdurrahman AVCI 2013-02-05 21:27:04 -08:00
commit 6d21dd5878
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
}
}