summaryrefslogtreecommitdiffstats
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
parent5db83c155affd1968872044fc6a3a156cf966ba4 (diff)
downloadrockbox-db87e1a.tar.gz
rockbox-db87e1a.zip
Fix typos and wording
Change-Id: I8e71d145282fe449faa0bcc8a75783ee728db8eb
-rw-r--r--apps/plugins/text_viewer/readme.txt10
-rw-r--r--apps/plugins/text_viewer/tv_settings.c2
2 files changed, 6 insertions, 6 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.
diff --git a/apps/plugins/text_viewer/tv_settings.c b/apps/plugins/text_viewer/tv_settings.c
index 6f4e5f2ff8..3cb1f21a58 100644
--- a/apps/plugins/text_viewer/tv_settings.c
+++ b/apps/plugins/text_viewer/tv_settings.c
@@ -75,7 +75,7 @@
* file count 2
* [1st file]
* file path MAX_PATH
- * next file pos 2 (prefences size + bookmark count * bookmark size + 1)
+ * next file pos 2 (preferences size + bookmark count * bookmark size + 1)
* [preferences]
* word_mode 1
* line_mode 1