typos
svn: r18883
This commit is contained in:
parent
7856971064
commit
7d2278674e
@ -887,7 +887,7 @@ class BasePage(object):
|
||||
for trans, colclass in [
|
||||
(("Event"), "ColumnEvent"),
|
||||
(_("Date"), "ColumnDate"),
|
||||
(_("Pkace"), "ColumnPlace"),
|
||||
(_("Place"), "ColumnPlace"),
|
||||
(_("Notes"), "ColumnNotes"),
|
||||
(_("Sources"), "ColumnSources") ]
|
||||
)
|
||||
@ -7851,7 +7851,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)
|
||||
|
Loading…
Reference in New Issue
Block a user