mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix detail navigation controller code
This commit is contained in:
@@ -11,7 +11,7 @@ import UIKit
|
||||
class SystemMessageViewController: UIViewController {
|
||||
|
||||
@IBOutlet weak var messageLabel: UILabel!
|
||||
var message: String?
|
||||
var message: String = NSLocalizedString("No Selection", comment: "No Selection")
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
Reference in New Issue
Block a user