From 1add927bdb9acd419195b6a0960f576afd7ba980 Mon Sep 17 00:00:00 2001 From: Andrew Bennet Date: Sun, 27 Jan 2019 13:47:32 +0000 Subject: [PATCH] Small settings display tweaks --- ReadingList/Storyboards/Settings.storyboard | 2 +- ReadingList/ViewControllers/Settings/About.swift | 2 +- ReadingList/ViewControllers/Settings/Settings.swift | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadingList/Storyboards/Settings.storyboard b/ReadingList/Storyboards/Settings.storyboard index b5d0cb25..d40f2171 100644 --- a/ReadingList/Storyboards/Settings.storyboard +++ b/ReadingList/Storyboards/Settings.storyboard @@ -447,7 +447,7 @@ - + diff --git a/ReadingList/ViewControllers/Settings/About.swift b/ReadingList/ViewControllers/Settings/About.swift index 42083a93..eec01f95 100644 --- a/ReadingList/ViewControllers/Settings/About.swift +++ b/ReadingList/ViewControllers/Settings/About.swift @@ -20,7 +20,7 @@ class About: UITableViewController { guard let textLabel = footer.textLabel else { assertionFailure("Missing text label"); return } textLabel.textAlignment = .center textLabel.font = .systemFont(ofSize: 11.0) - textLabel.text = "v\(BuildInfo.appVersion) - BUILD \(BuildInfo.appBuildNumber)" + textLabel.text = "v\(BuildInfo.appVersion) (\(BuildInfo.appBuildNumber))" } override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { diff --git a/ReadingList/ViewControllers/Settings/Settings.swift b/ReadingList/ViewControllers/Settings/Settings.swift index c75b48eb..328012b9 100644 --- a/ReadingList/ViewControllers/Settings/Settings.swift +++ b/ReadingList/ViewControllers/Settings/Settings.swift @@ -84,10 +84,10 @@ class Settings: UITableViewController { iCloud Sync is currently being developed. When available, this will synchronise books between different devices. \ Until this is available, you can move your book data between devices manually by exporting and importing. - If you want to help the development of iCloud Sync, you can join the beta program. + If you want to help the development of Reading List, you can join the beta program. """ - let alert = UIAlertController(title: "iCloud Sync coming soon", message: message, preferredStyle: .actionSheet) + let alert = UIAlertController(title: "iCloud Sync not available", message: message, preferredStyle: .actionSheet) alert.addAction(UIAlertAction(title: "Manual Export", style: .default) { _ in self.performSegue(withIdentifier: "settingsData", sender: self) if self.splitViewController!.isSplit {