* src/plugins/NarrativeWeb.py: fix 0000894: syntax error on Narrative web plugin
svn: r8042
This commit is contained in:
parent
214b40f86c
commit
44256c5b5a
@ -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>
|
2007-02-03 Don Allingham <don@gramps-project.org>
|
||||||
* src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow
|
* src/DateHandler/_DateParser.py (DateParser.init_strings): fix date parsing to allow
|
||||||
for spaces in numerical format. #892
|
for spaces in numerical format. #892
|
||||||
|
@ -172,7 +172,7 @@ class BasePage:
|
|||||||
shutil.copyfile(from_path,dest)
|
shutil.copyfile(from_path,dest)
|
||||||
elif self.warn_dir:
|
elif self.warn_dir:
|
||||||
WarningDialog(
|
WarningDialog(
|
||||||
_("Possible destination error")
|
_("Possible destination error") + "\n" +
|
||||||
_("You appear to have set your target directory "
|
_("You appear to have set your target directory "
|
||||||
"to a directory used for data storage. This "
|
"to a directory used for data storage. This "
|
||||||
"could create problems with file management. "
|
"could create problems with file management. "
|
||||||
|
Loading…
Reference in New Issue
Block a user