3696: Typo on translation strings into NarrativeWeb

svn: r14828
This commit is contained in:
Jérôme Rapinat 2010-03-15 11:13:51 +00:00
parent 234f721877
commit 84ab4206dc

View File

@ -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()