From 429fdfca9c789e148452a188fb9cf1416296a0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 25 Oct 2008 18:40:00 +0000 Subject: [PATCH] 2453: Typos/grammar errors (by Joan Creus) svn: r11193 --- src/Filters/Rules/_HasMarkerBase.py | 2 +- src/GrampsDbUtils/gedcomimport.glade | 2 +- src/plugins/DefaultGramplets.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Filters/Rules/_HasMarkerBase.py b/src/Filters/Rules/_HasMarkerBase.py index 7b7614241..e836868d1 100644 --- a/src/Filters/Rules/_HasMarkerBase.py +++ b/src/Filters/Rules/_HasMarkerBase.py @@ -46,7 +46,7 @@ class HasMarkerBase(Rule): labels = [ _('Marker type:')] name = _('Has marker of') - description = _("Matches markers of a partikular type") + description = _("Matches markers of a particular type") category = _('General filters') def apply(self, db, obj): diff --git a/src/GrampsDbUtils/gedcomimport.glade b/src/GrampsDbUtils/gedcomimport.glade index 6f1731173..414f2f6e4 100644 --- a/src/GrampsDbUtils/gedcomimport.glade +++ b/src/GrampsDbUtils/gedcomimport.glade @@ -639,7 +639,7 @@ True - This GEDCOM file has identified itself as using ANSEL enconding. Sometimes, this is in error. If the imported data contains unusual characters, undo the import, and override the character set by selecting a different encoding below. + This GEDCOM file has identified itself as using ANSEL encoding. Sometimes, this is in error. If the imported data contains unusual characters, undo the import, and override the character set by selecting a different encoding below. False False GTK_JUSTIFY_LEFT diff --git a/src/plugins/DefaultGramplets.py b/src/plugins/DefaultGramplets.py index 1438d3a8c..41c5f0cda 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -863,7 +863,7 @@ def make_welcome_content(gui): ' gramplets and change the number of columns. You can also drag the ' 'Properties button to reposition the gramplet on this page, and detach' ' the gramplet to float above GRAMPS. If you close GRAMPS with a gramplet' - ' detached, it will re-opened detached the next time you start ' + ' detached, it will re-open detached the next time you start ' 'GRAMPS.' ) gui.set_text(text)