From c9cc76704aadcd0e1f10139aa6d54cb67951dfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 25 Oct 2008 18:43:58 +0000 Subject: [PATCH] 2453: Typos/grammar errors (by Joan Creus) svn: r11194 --- src/GrampsDbUtils/gedcomimport.glade | 2 +- src/plugins/DefaultGramplets.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 5b99a15cc..60a41afb6 100644 --- a/src/plugins/DefaultGramplets.py +++ b/src/plugins/DefaultGramplets.py @@ -977,7 +977,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)