From 747dcacbadb67a078ab73123059ca2b37bf5d8b1 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 11 Dec 2018 09:51:31 +0100 Subject: [PATCH] fix online help for Apple II DHGR --- src/helpfile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 698870c7..03928290 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -2013,9 +2013,10 @@ static const T_Help_table helptable_effects[] = HELP_TEXT ("") HELP_TEXT ("") HELP_BOLD ("Apple II DHGR") - HELP_TEXT ("As for HGR, Layer 1 is the monochrome picture") + HELP_TEXT ("Layer 1 is the monochrome picture as for HGR") HELP_TEXT ("and Layer 2 is the color view, emulating a") - HELP_TEXT ("\"Le Chat Mauve\" Apple //c RGB adapter.") + HELP_TEXT ("\"Le Chat Mauve\" Apple //c RGB adapter in") + HELP_TEXT ("\"mixed\" DHGR mode.") HELP_TEXT ("Color pixels are 4 b&w pixels wide.") HELP_TEXT ("") HELP_TEXT ("")