From 49c6ee9cc02104eee64cb815c7ed2dc1f3df9cdf Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 4 Feb 2007 02:10:07 +0000 Subject: [PATCH] * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin svn: r8042 --- ChangeLog | 3 +++ src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1b4140ca..1fce19b08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-02-03 Brian Matherly + * src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin + 2007-02-03 Don Allingham * src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow for spaces in numerical format. #892 diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 9e9b367c3..9679d9ac5 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -172,7 +172,7 @@ class BasePage: shutil.copyfile(from_path,dest) elif self.warn_dir: WarningDialog( - _("Possible destination error") + _("Possible destination error") + "\n" + _("You appear to have set your target directory " "to a directory used for data storage. This " "could create problems with file management. "