summaryrefslogtreecommitdiffstats
path: root/apps/plugins/text_viewer/readme.txt
diff options
context:
space:
mode:
authorAvi Eisenberg <613ike@gmail.com>2014-07-17 11:50:54 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-11-04 12:57:15 +0000
commitdb87e1aae5d51f58cf2e0387c26550c0a28b5302 (patch)
tree3c527a057e9cdcabb0b2d0a8ff9454d6cb85e7ad /apps/plugins/text_viewer/readme.txt
parent5db83c155affd1968872044fc6a3a156cf966ba4 (diff)
downloadrockbox-db87e1aae5d51f58cf2e0387c26550c0a28b5302.tar.gz
rockbox-db87e1aae5d51f58cf2e0387c26550c0a28b5302.zip
Fix typos and wording
Change-Id: I8e71d145282fe449faa0bcc8a75783ee728db8eb
Diffstat (limited to 'apps/plugins/text_viewer/readme.txt')
-rw-r--r--apps/plugins/text_viewer/readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/text_viewer/readme.txt b/apps/plugins/text_viewer/readme.txt
index a7e6e790ba..453fd78fb0 100644
--- a/apps/plugins/text_viewer/readme.txt
+++ b/apps/plugins/text_viewer/readme.txt
@@ -1,8 +1,8 @@
-about the text viewer plugin.
+About the text viewer plugin.
Limitation
for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
- can only be read up to 999 pages.
+ Only 999 pages can be read.
Difference between viewer.rock
@@ -13,7 +13,7 @@ Difference between viewer.rock
Note: when viewer.dat(viewer_file.dat) exists, tv_global.dat(tv_file.dat) is created by
using viewer.dat(viewer_file.dat).
- [wod wrap]
+ [word wrap]
- add the following characters which can be split the line.
'!', ',', '.', ':', ';', '?',
U+00b7, U+2010, U+3000, U+3001, U+3002, U+30fb, U+30fc,
@@ -35,12 +35,12 @@ Difference between viewer.rock
- the right alignment supports the player which does not define HAVE_LCD_BITMAP.
[bookmark]
- - increased to 16 the number of bookmarks that can be registered.
+ - increased the number of bookmarks that can be registered to 16.
TODO list
- for the target which PLUGIN_BUFFER_SIZE < 0x13000 (i.e., archos series),
- supports more than 999 pages of text.
+ support more than 999 pages of text.
- add History feature.