typos
svn: r18880
This commit is contained in:
parent
fcfa59c2a9
commit
9850c791a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user