From 44256c5b5a3c1195fc9d661fedd2cfb1957f26f2 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 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f1b4140ca..1fce19b08 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/src/plugins/NarrativeWeb.py b/gramps2/src/plugins/NarrativeWeb.py index 9e9b367c3..9679d9ac5 100644 --- a/gramps2/src/plugins/NarrativeWeb.py +++ b/gramps2/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. "