* 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

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