From 7b97ce4eebd30f0116387c915f1b95f5132a01a0 Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 27 Apr 2013 17:50:20 +0800 Subject: [PATCH] comment revision --- frontend/ui/reader/readerpaging.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/ui/reader/readerpaging.lua b/frontend/ui/reader/readerpaging.lua index 5d55c1308..1b5e7a2f2 100644 --- a/frontend/ui/reader/readerpaging.lua +++ b/frontend/ui/reader/readerpaging.lua @@ -143,8 +143,7 @@ end Set reading position on certain page Page position is a fractional number ranging from 0 to 1, indicating the read percentage on certain page. With the position information on each page whenever users change font size, -page margin or line spacing or close and reopen the book, the reading position will be -roughly the same. +page margin or line spacing or close and reopen the book, the page view will be roughly the same. --]] function ReaderPaging:setPagePosition(page, pos) DEBUG("set page position", pos)