2556: Typo (by Joan Creus)
svn: r11452
This commit is contained in:
parent
bbd951b9bb
commit
3b70c6f716
@ -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 '
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user