diff --git a/configure.in b/configure.in index 73b81e03d..e819b579a 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl May need to run automake && aclocal first AC_INIT(src/gramps.py) AM_INIT_AUTOMAKE(gramps, 0.9.1) -RELEASE=pre1 +RELEASE=rc1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x" @@ -280,8 +280,6 @@ src/po/Makefile doc/Makefile doc/gramps-manual/Makefile doc/gramps-manual/C/Makefile -doc/extending-gramps/Makefile -doc/extending-gramps/C/Makefile example/Makefile example/gramps/Makefile omf-install/Makefile diff --git a/src/gramps_main.py b/src/gramps_main.py index 057fbe0eb..3eef08a15 100755 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -489,7 +489,7 @@ class Gramps: msg = _("Cannot merge people.") msg2 = _("Exactly two people must be selected to perform a merge. " "A second person can be selected by holding down the " - "control key while clicking on the desired person.") + "control key while clicking on a the desired person.") ErrorDialog(msg,msg2) else: import MergeData @@ -1465,8 +1465,8 @@ class Gramps: self.change_active_person(temp) self.update_display(0) else: - ErrorDialog(_("No home person has been set."), - _("The home person may be set from the Settings menu.")) + ErrorDialog(_("No Home Person has been set."), + _("The Home Person may be set from the Settings menu.")) def on_add_bookmark_activate(self,obj): if self.active_person: diff --git a/src/po/template.po b/src/po/template.po index 0b14eb48c..0a3210bf9 100644 --- a/src/po/template.po +++ b/src/po/template.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GRAMPS VERSION\n" -"POT-Creation-Date: Wed Apr 9 20:34:53 2003\n" +"POT-Creation-Date: Wed Apr 9 20:55:20 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -890,7 +890,7 @@ msgid "Change local media object properties" msgstr "" #: ImageSelect.py:728 -msgid "Change global media object properites" +msgid "Change global media object properties" msgstr "" #: ImageSelect.py:832 plugins/EventCmp.py:306 @@ -1024,7 +1024,7 @@ msgid "Delete %s" msgstr "" #: PlaceView.py:194 -msgid "This place is currently being used at least one record in the database. Deleting it will remove it from the database and remove it from all records that reference it." +msgid "This place is currently being used by at least one record in the database. Deleting it will remove it from the database and remove it from all records that reference it." msgstr "" #: PlaceView.py:198 @@ -1572,7 +1572,7 @@ msgstr "" msgid "Enable support for alternate calendars" msgstr "" -#: config.glade:734 +#: config.glade:734 config.glade:1561 msgid "LDS extensions" msgstr "" @@ -1624,10 +1624,6 @@ msgstr "" msgid "_Enable support for alternate calendars" msgstr "" -#: config.glade:1561 -msgid "LDS extenstions" -msgstr "" - #: config.glade:1616 msgid "_Enable LDS ordinance support" msgstr "" @@ -3182,11 +3178,11 @@ msgid "Loading %s..." msgstr "" #: gramps_main.py:1468 -msgid "No home person has been set." +msgid "No Home Person has been set." msgstr "" #: gramps_main.py:1469 -msgid "The home person may be set from the Settings menu." +msgid "The Home Person may be set from the Settings menu." msgstr "" #: gramps_main.py:1475 @@ -4336,7 +4332,7 @@ msgid "Save Complete Individual Report" msgstr "" #: plugins/IndivComplete.py:512 plugins/IndivSummary.py:355 -msgid "The style used category labels." +msgid "The style used for category labels." msgstr "" #: plugins/IndivComplete.py:521 plugins/IndivSummary.py:364