7869: Various small issues in gramps.pot

This commit is contained in:
Ondrej Krc-Jediny 2014-07-10 12:18:05 -07:00 committed by Paul Franklin
parent fe46587c2e
commit 2bfd496870
3 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ try:
import gi
giversion = gi.require_version
except:
print(_("Your version of gi (gnome-instrospection) seems to be too old. "
print(_("Your version of gi (gnome-introspection) seems to be too old. "
"You need a version which has the function 'require_version' "
"to start Gramps"))
sys.exit(0)
@ -89,7 +89,7 @@ except (ImportError, ValueError):
print((_("Gdk, Gtk, Pango or PangoCairo typelib not installed.\n"
"Install Gnome Introspection, and "
"pygobject version 3.3.2 or later.\n"
"Install then instrospection data for Gdk, Gtk, Pango and "
"Then install introspection data for Gdk, Gtk, Pango and "
"PangoCairo\n\n"
"Gramps will terminate now.")))
sys.exit(0)

View File

@ -394,7 +394,7 @@
<date name="天皇(明仁)即位記念" value="1990/11/12" />
<date name="皇太子徳仁親王の結婚" value="1993/6/9" />
</country>
<country _name="Sweden - Holidays">
<country _name="Sweden">
<date name="Nyårsdagen" value="*/1/1" type="religious" />
<date name="Trettondagen" value="*/1/6" type="religious" />
<date name="Långfredagen" type="religious" value="> easter(y)" offset="-2" />

View File

@ -6746,7 +6746,7 @@ class GedcomParser(UpdateCallback):
"""
state = CurrentState(level=1)
self.__parse_level(state, self.head_parse_tbl, self.__undefined)
self.__check_msgs(_("Head (header)"), state, None)
self.__check_msgs(_("HEAD (header)"), state, None)
def __header_sour(self, line, state):
"""