* src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin

svn: r8042
This commit is contained in:
Brian Matherly 2007-02-04 02:10:07 +00:00
parent 214b40f86c
commit 44256c5b5a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-02-03 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin
2007-02-03 Don Allingham <don@gramps-project.org>
* src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow
for spaces in numerical format. #892

View File

@ -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. "