* src/plugins/NavWebPage.py: fixed typo in Creative Commons messages

svn: r5296
This commit is contained in:
Don Allingham 2005-10-10 02:18:09 +00:00
parent 9756ac2f7c
commit 5993b7590f
3 changed files with 6 additions and 3 deletions

View File

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

View File

@ -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 = {

View File

@ -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: