From 5a14e3f7e99be26001af7893148ac7e278916730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 11 Dec 2008 10:12:40 +0000 Subject: [PATCH] 2556: Typo (by Joan Creus) svn: r11453 --- src/plugins/MediaManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "