Correct label

This commit is contained in:
Maurice Parker 2022-02-04 10:55:07 -08:00
parent 26422ee971
commit 0e641b4575
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ internal extension AppDelegate {
}
let websiteText = NSMutableAttributedString()
websiteText.append(NSAttributedString(string: NSLocalizedString("Author's Website", comment: "Author's Website"), attributes: attrs))
websiteText.append(NSAttributedString(string: NSLocalizedString("Authors website:", comment: "Author's Website"), attributes: attrs))
if #available(macOS 11.0, *) {
websiteText.append(NSAttributedString(string: "\n"))