mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
Update copyright year to 2020.
This commit is contained in:
parent
f0d8a9038d
commit
b150eaaff5
@ -28,7 +28,7 @@ class AboutViewController: UITableViewController {
|
|||||||
let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0))
|
let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0))
|
||||||
buildLabel.font = UIFont.systemFont(ofSize: 11.0)
|
buildLabel.font = UIFont.systemFont(ofSize: 11.0)
|
||||||
buildLabel.textColor = UIColor.gray
|
buildLabel.textColor = UIColor.gray
|
||||||
buildLabel.text = NSLocalizedString("Copyright © 2002-2019 Brent Simmons", comment: "Copyright")
|
buildLabel.text = NSLocalizedString("Copyright © 2002-2020 Brent Simmons", comment: "Copyright")
|
||||||
buildLabel.numberOfLines = 0
|
buildLabel.numberOfLines = 0
|
||||||
buildLabel.sizeToFit()
|
buildLabel.sizeToFit()
|
||||||
buildLabel.translatesAutoresizingMaskIntoConstraints = false
|
buildLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||||
|
Loading…
Reference in New Issue
Block a user