summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-24 21:35:03 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-24 21:36:42 -0700
commit246422d03fb3db1146eda1e77bfe2796f686f49c (patch)
treed802db66efb1e09e9d65636a913644bbed080fcd /qt-mobile
parent8f5a6624411ceeda96d2cad9b6499023233d55f8 (diff)
downloadsubsurface-246422d03fb3db1146eda1e77bfe2796f686f49c.tar.gz
iOS build: fix typos
Can't believe I didn't notice them earlier... I must have stared at these strings countless times. Reported-by: Scott Ireland <scott@sdj.ca> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 34e4f3cff..7cb4963de 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -65,7 +65,7 @@ MobileComponents.ApplicationWindow {
if (diveList.numDives > 0) {
manager.startPageText = "Enter different credentials or return to dive list"
} else {
- manager.startPageText = "Enter valdi cloud storage credentials"
+ manager.startPageText = "Enter valid cloud storage credentials"
}
manager.credentialStatus = QMLManager.UNKNOWN