mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix KOReader spelling in the code (#12670)
This commit is contained in:
@@ -103,7 +103,7 @@ function ReaderCropping:onPageCrop(mode)
|
||||
self.crop_dialog = VerticalGroup:new{
|
||||
align = "left",
|
||||
self.bbox_widget,
|
||||
(Device:isTouchDevice() and button_container) or nil, -- button bar only availble for touch devices
|
||||
(Device:isTouchDevice() and button_container) or nil, -- button bar only available for touch devices
|
||||
}
|
||||
UIManager:show(self.crop_dialog)
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user