mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use Extra Large and Extra Extra Large for text size settings language. Fix #2638.
This commit is contained in:
@@ -41,9 +41,9 @@ enum ArticleTextSize: Int, CaseIterable, Identifiable {
|
||||
case .large:
|
||||
return NSLocalizedString("Large", comment: "Large")
|
||||
case .xlarge:
|
||||
return NSLocalizedString("X-Large", comment: "X-Large")
|
||||
return NSLocalizedString("Extra Large", comment: "X-Large")
|
||||
case .xxlarge:
|
||||
return NSLocalizedString("XX-Large", comment: "XX-Large")
|
||||
return NSLocalizedString("Extra Extra Large", comment: "XX-Large")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user