You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
From 2b1a51ad3dce0d9e96ba30593b895541937fb1a5 Mon Sep 17 00:00:00 2001
|
|
From: Simon Clemente <simon_clemente@yahoo.com>
|
|
Date: Sat, 11 Apr 2015 14:15:37 +0800
|
|
Subject: [PATCH 28/70] Correcting small typo in TextConstants.qml
|
|
|
|
"loginSucceded," in particular.
|
|
---
|
|
components/common/TextConstants.qml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/components/common/TextConstants.qml b/components/common/TextConstants.qml
|
|
index 81a4b33..25cea20 100644
|
|
--- a/components/common/TextConstants.qml
|
|
+++ b/components/common/TextConstants.qml
|
|
@@ -29,7 +29,7 @@ QtObject {
|
|
readonly property string layout: qsTr("Layout")
|
|
readonly property string login: qsTr("Login")
|
|
readonly property string loginFailed: qsTr("Login failed")
|
|
- readonly property string loginSucceded: qsTr("Login succeeded")
|
|
+ readonly property string loginSucceeded: qsTr("Login succeeded")
|
|
readonly property string password: qsTr("Password")
|
|
readonly property string prompt: qsTr("Enter your username and password")
|
|
readonly property string promptSelectUser: qsTr("Select your user and enter password")
|
|
--
|
|
2.4.3
|
|
|