* src/plugins/NavWebPage.py: fixed typo in Creative Commons messages
svn: r5296
This commit is contained in:
parent
9756ac2f7c
commit
5993b7590f
@ -1,3 +1,6 @@
|
||||
2005-10-09 Don Allingham <don@gramps-project.org>
|
||||
* src/plugins/NavWebPage.py: fixed typo in Creative Commons messages
|
||||
|
||||
2005-10-08 Don Allingham <don@gramps-project.org>
|
||||
* src/Bookmarks.py: use GrampsDisplay for help
|
||||
* src/MergeData.py: use GrampsDisplay for help
|
||||
|
@ -80,8 +80,8 @@ MOD_TEXT = (
|
||||
(Date.MOD_TEXTONLY , _('Text only')) )
|
||||
|
||||
QUAL_TEXT = (
|
||||
(Date.QUAL_NONE, _('Regular')),
|
||||
(Date.QUAL_ESTIMATED, _('Estimated')),
|
||||
(Date.QUAL_NONE, _('Regular')),
|
||||
(Date.QUAL_ESTIMATED, _('Estimated')),
|
||||
(Date.QUAL_CALCULATED, _('Calculated')) )
|
||||
|
||||
CAL_TO_MONTHS_NAMES = {
|
||||
|
@ -2242,7 +2242,7 @@ class WebReportOptions(ReportOptions.ReportOptions):
|
||||
_('Creative Commons - By attribution, Share-alike'),
|
||||
_('Creative Commons - By attribution, Non-commercial'),
|
||||
_('Creative Commons - By attribution, Non-commercial, No derivations'),
|
||||
_('Creative Commons - By attribution, Non-commerical, Share-alike'),
|
||||
_('Creative Commons - By attribution, Non-commercial, Share-alike'),
|
||||
_('No copyright notice'),
|
||||
]
|
||||
for text in self.copy_options:
|
||||
|
Loading…
Reference in New Issue
Block a user