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

svn: r8043
This commit is contained in:
Brian Matherly 2007-02-04 02:17:51 +00:00
parent 798a975bce
commit 9e65f8a7e3
2 changed files with 10 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/GrampsDb/_GrampsDbBase.py: convert DbState to its own file
* src/GrampsDb/__init__.py: convert DbState to its own file
@ -8,6 +11,7 @@
* src/GrampsDb/Makefile.am: update
* src/Makefile.am: update
>>>>>>> .r8042
2007-01-26 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDb/Makefile.am: remove files
* src/GrampsDb/_GrampsDbConst.py: add license
@ -69,6 +73,11 @@
* src/GrampsLocale.py: refactor GrampsDb and clean RelLib deps
* src/DbLoader.py: refactor GrampsDb and clean RelLib deps
=======
2007-02-03 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin
>>>>>>> .merge-right.r8042
2007-02-03 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamily.py (EditFamily.check_for_family_change): fix
warning message.

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