From 5993b7590f069adb35a1aec37b027407fecc93a4 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 10 Oct 2005 02:18:09 +0000 Subject: [PATCH] * src/plugins/NavWebPage.py: fixed typo in Creative Commons messages svn: r5296 --- gramps2/ChangeLog | 3 +++ gramps2/src/DateEdit.py | 4 ++-- gramps2/src/plugins/NavWebPage.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 92c06f694..b3cb66b28 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-10-09 Don Allingham + * src/plugins/NavWebPage.py: fixed typo in Creative Commons messages + 2005-10-08 Don Allingham * src/Bookmarks.py: use GrampsDisplay for help * src/MergeData.py: use GrampsDisplay for help diff --git a/gramps2/src/DateEdit.py b/gramps2/src/DateEdit.py index 45fc421f9..16b3e5993 100644 --- a/gramps2/src/DateEdit.py +++ b/gramps2/src/DateEdit.py @@ -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 = { diff --git a/gramps2/src/plugins/NavWebPage.py b/gramps2/src/plugins/NavWebPage.py index 3ce248d51..f1ee1c0c0 100644 --- a/gramps2/src/plugins/NavWebPage.py +++ b/gramps2/src/plugins/NavWebPage.py @@ -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: