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):
|
class Convert2Rel(BatchOp):
|
||||||
title = _('Convert paths from absolute to r_elative')
|
title = _('Convert paths from absolute to r_elative')
|
||||||
description = _('This tool allows converting absolute media paths '
|
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, '
|
'viz-a-viz the base path as given in the Preferences, '
|
||||||
'or if that is not set, your home directory. '
|
'or if that is not set, your home directory. '
|
||||||
'A relative path allows to tie the file location to a '
|
'A relative path allows to tie the file location to a '
|
||||||
|
@ -329,7 +329,7 @@ class AllRelReport():
|
|||||||
else:
|
else:
|
||||||
sdoc.header1(_("Remarks"))
|
sdoc.header1(_("Remarks"))
|
||||||
sdoc.paragraph("")
|
sdoc.paragraph("")
|
||||||
sdoc.paragraph(_("The following problems where encountered:"))
|
sdoc.paragraph(_("The following problems were encountered:"))
|
||||||
|
|
||||||
for msg in msg_list :
|
for msg in msg_list :
|
||||||
sdoc.paragraph(msg)
|
sdoc.paragraph(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user