mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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:
parent
8f5a662441
commit
246422d03f
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue