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>
This commit is contained in:
Dirk Hohndel 2016-03-24 21:35:03 -07:00
parent 8f5a662441
commit 246422d03f
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>Subsruface-mobile</string>
<string>Subsurface-mobile</string>
<key>CFBundleExecutable</key>
<string>Subsurface-mobile</string>
<key>CFBundleGetInfoString</key>
@ -52,7 +52,7 @@
<key>CFBundleIdentifier</key>
<string>org.subsurface-divelog.subsurface-mobile</string>
<key>CFBundleName</key>
<string>Subsruface-mobile</string>
<string>Subsurface-mobile</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

View file

@ -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