* src/plugins/Check.py (build_report): Fixing typos.

* src/WriteXML.py (exportData): Likewise.


svn: r1626
This commit is contained in:
Alex Roitman
2003-06-02 13:23:54 +00:00
parent ac10374b11
commit 5b9616df8a
3 changed files with 9 additions and 3 deletions

View File

@ -77,7 +77,7 @@ def exportData(database, filename, callback):
DisplayTrace.DisplayTrace()
ErrorDialog(_("Failure writing %s") % filename,
_("An attempt is begin made to recover the original file"))
_("An attempt is being made to recover the original file"))
shutil.copy(filename + ".bak", filename)
#-------------------------------------------------------------------------