Archived
Added app icons, launch screen; changed colours in ViewControllers to colour literals
This commit is contained in:
@@ -21,7 +21,7 @@ class GeneralViewController: PlanViewController {
|
||||
}
|
||||
|
||||
override func getRefreshViewString() -> String {
|
||||
return "Fetching the plan..."
|
||||
return NSLocalizedString("fetch_plan", comment: "")
|
||||
}
|
||||
|
||||
override func getFromDatabase() -> [SubstModel] {
|
||||
|
||||
Reference in New Issue
Block a user