diff --git a/src/plugins/MediaManager.py b/src/plugins/MediaManager.py index 8fb19495c..a9481b5c1 100644 --- a/src/plugins/MediaManager.py +++ b/src/plugins/MediaManager.py @@ -533,7 +533,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, user's directory. " "A relative path allows to tie the file location to "