2556: Typo (by Joan Creus)

svn: r11452
This commit is contained in:
Jérôme Rapinat 2008-12-11 10:10:36 +00:00
parent bbd951b9bb
commit 3b70c6f716
2 changed files with 2 additions and 2 deletions

View File

@ -523,7 +523,7 @@ class Convert2Abs(BatchOp):
class Convert2Rel(BatchOp):
title = _('Convert paths from absolute to r_elative')
description = _('This tool allows converting absolute media paths '
'to the a relative path. The relative path is relative '
'to a relative path. The relative path is relative '
'viz-a-viz the base path as given in the Preferences, '
'or if that is not set, your home directory. '
'A relative path allows to tie the file location to a '

View File

@ -329,7 +329,7 @@ class AllRelReport():
else:
sdoc.header1(_("Remarks"))
sdoc.paragraph("")
sdoc.paragraph(_("The following problems where encountered:"))
sdoc.paragraph(_("The following problems were encountered:"))
for msg in msg_list :
sdoc.paragraph(msg)