From db87e1aae5d51f58cf2e0387c26550c0a28b5302 Mon Sep 17 00:00:00 2001 From: Avi Eisenberg <613ike@gmail.com> Date: Thu, 17 Jul 2014 11:50:54 -0400 Subject: Fix typos and wording Change-Id: I8e71d145282fe449faa0bcc8a75783ee728db8eb --- apps/plugins/text_viewer/readme.txt | 10 +++++----- apps/plugins/text_viewer/tv_settings.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'apps/plugins') 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 -- cgit v1.2.3