From f21d74fa2b88178d6a38080a713639cd36ff3248 Mon Sep 17 00:00:00 2001 From: Mel Boyce Date: Tue, 25 Jun 2002 13:51:21 +0000 Subject: [PATCH] Adjusted HTML error string for "Document not found" to align with forthcoming GIMP-Help-2. --- ChangeLog | 4 ++++ plug-ins/helpbrowser/helpbrowser.c | 26 +++++++++++++++----------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 96d1d4bfe2..33b64a3739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Mel Boyce + * plug-ins/helpbrowser/helpbrowser.c: Changed HTML for the "Document not + found" error to come in to line with GIMP-Help-2 style. + 2002-06-25 Sven Neumann * plug-ins/common/pix.c: changed a confusing comment, minor cleanup. diff --git a/plug-ins/helpbrowser/helpbrowser.c b/plug-ins/helpbrowser/helpbrowser.c index 031777c5aa..d75f8386e9 100644 --- a/plug-ins/helpbrowser/helpbrowser.c +++ b/plug-ins/helpbrowser/helpbrowser.c @@ -76,18 +76,22 @@ typedef struct /* please make sure the translation is a valid and complete HTML snippet */ static const gchar *doc_not_found_format_string = -N_("Document not found" - "" - "
" - "

" - "%s" - "

Couldn't find document

" +N_("Document Not Found" + "" + "
" + "
%s
" + "

Could not locate help documentation

" "%s" - "
" - "

" - "This either means that the help for this topic has not been " - "written yet or that something is wrong with your installation. " - "Please check carefully before you report this as a bug." + "" + "

" + "

" + "" + "The requested document could not be found in your GIMP-Help path as " + "shown above. This means that the topic has not yet been written or your " + "installation is not complete. Ensure that your installation is complete " + "before reporting this error as a bug." + "" + "
" "" "");