From 84ab4206dcfd4c8f60f746a12566c00aab1ad835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 15 Mar 2010 11:13:51 +0000 Subject: [PATCH] 3696: Typo on translation strings into NarrativeWeb svn: r14828 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index e952a8111..99d7ed761 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3211,7 +3211,7 @@ class MediaListPage(BasePage): msg = _("This page contains an index of all the media objects " "in the database, sorted by their title. Clicking on " "the title will take you to that media object’s page. " - "If you see media size densions above an image, click on the " + "If you see media size dimensions above an image, click on the " "image to see the full sized version. ") medialist += Html("p", msg, id = "description") @@ -5845,7 +5845,7 @@ class NavWebOptions(MenuReportOptions): self.__dl_cright = EnumeratedListOption(_('Download Copyright License'), 0 ) for index, copt in enumerate(_COPY_OPTIONS): self.__dl_cright.add_item(index, copt) - self.__dl_cright.set_help( _("The copyright to be used for ths download file?")) + self.__dl_cright.set_help( _("The copyright to be used for this download file?")) menu.add_option(category_name, "dl_cright", self.__dl_cright) self.__download_changed()