svn: r18880
This commit is contained in:
Jérôme Rapinat 2012-02-14 12:19:06 +00:00
parent fcfa59c2a9
commit 9850c791a3

View File

@ -887,7 +887,7 @@ class BasePage(object):
for trans, colclass in [
(("Event"), "ColumnEvent"),
(_("Date"), "ColumnDate"),
(_("Pkace"), "ColumnPlace"),
(_("Place"), "ColumnPlace"),
(_("Notes"), "ColumnNotes"),
(_("Sources"), "ColumnSources") ]
)
@ -7836,7 +7836,7 @@ class NavWebOptions(MenuReportOptions):
self.__gallery.connect('value-changed', self.__gallery_changed)
self.__create_thumbs_only = BooleanOption(_("Create and only use thumbnail- sized images"), False)
self.__create_thumbs_only.set_help(_("This options allows you the choice to not create any full- sized "
self.__create_thumbs_only.set_help(_("This option allows you the choice to not create any full- sized "
"images as in the Media Page, and only a thumb- sized images. This will allow you to have a much "
"smaller total upload size to your web hosting site."))
addopt("create_thumbs_only", self.__create_thumbs_only)