1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

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
packaging/ios
qt-mobile/qml

View file

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

View file

@ -65,7 +65,7 @@ MobileComponents.ApplicationWindow {
if (diveList.numDives > 0) { if (diveList.numDives > 0) {
manager.startPageText = "Enter different credentials or return to dive list" manager.startPageText = "Enter different credentials or return to dive list"
} else { } else {
manager.startPageText = "Enter valdi cloud storage credentials" manager.startPageText = "Enter valid cloud storage credentials"
} }
manager.credentialStatus = QMLManager.UNKNOWN manager.credentialStatus = QMLManager.UNKNOWN