You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -270,6 +276,7 @@ class FontTypeButton: UIButton {
270
276
271
277
enumFontSizeAction{
272
278
case smaller
279
+
case reset
273
280
case bigger
274
281
}
275
282
@@ -294,6 +301,8 @@ class FontSizeButton: UIButton {
294
301
letlargerFontAccessibilityLabel=NSLocalizedString("Increase text size", comment:"Accessibility label for button increasing font size in display settings of reader mode")
Copy file name to clipboardexpand all lines: Client/Frontend/Strings.swift
+1
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,7 @@ extension Strings {
276
276
// Reader Mode.
277
277
extensionStrings{
278
278
publicstaticletReaderModeAvailableVoiceOverAnnouncement=NSLocalizedString("ReaderMode.Available.VoiceOverAnnouncement", value:"Reader Mode available", comment:"Accessibility message e.g. spoken by VoiceOver when Reader Mode becomes available.")
279
+
publicstaticletReaderModeResetFontSizeAccessibilityLabel=NSLocalizedString("Reset text size", comment:"Accessibility label for button resetting font size in display settings of reader mode")
279
280
}
280
281
281
282
// MARK: Deprecated Strings (to be removed in next version)
0 commit comments