Add columns to ReaderZooming paged_modes (#6970)

This means it will warn when changing to continuous mode while
zoom to columns is active.
This commit is contained in:
John Beard
2020-12-11 18:28:55 +00:00
committed by GitHub
parent 86701f6ccc
commit 096b3176dc
2 changed files with 5 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ local ReaderZooming = InputContainer:new{
pageheight = _("Zoom to fit page height works best with page view."),
contentheight = _("Zoom to fit content height works best with page view."),
content = _("Zoom to fit content works best with page view."),
columns = _("Zoom to fit columns works best with page view."),
},
}