Correct label
This commit is contained in:
parent
26422ee971
commit
0e641b4575
@ -835,7 +835,7 @@ internal extension AppDelegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let websiteText = NSMutableAttributedString()
|
let websiteText = NSMutableAttributedString()
|
||||||
websiteText.append(NSAttributedString(string: NSLocalizedString("Author's Website", comment: "Author's Website"), attributes: attrs))
|
websiteText.append(NSAttributedString(string: NSLocalizedString("Author‘s website:", comment: "Author's Website"), attributes: attrs))
|
||||||
|
|
||||||
if #available(macOS 11.0, *) {
|
if #available(macOS 11.0, *) {
|
||||||
websiteText.append(NSAttributedString(string: "\n"))
|
websiteText.append(NSAttributedString(string: "\n"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user