From 21a3215f2c81c3bf6b9838586c5c19cb5b7f5e21 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 5 Aug 2007 06:14:40 +0000 Subject: some translation fixes :) --- portato.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'portato.py') diff --git a/portato.py b/portato.py index 603e23d..e318411 100755 --- a/portato.py +++ b/portato.py @@ -75,13 +75,13 @@ def main (): try: etree.XMLSchema(file = XSD_LOCATION).assertValid(etree.parse(options.validate)) except etree.XMLSyntaxError, e: - print _("Verification failed. XML syntax error: %s.") % e[0] + print _("Validation failed. XML syntax error: %s.") % e[0] sys.exit(3) except etree.DocumentInvalid: - print _("Verification failed. Does not comply with schema.") + print _("Validation failed. Does not comply with schema.") sys.exit(3) else: - print _("Verification succeeded.") + print _("Validation succeeded.") return else: run() -- cgit v1.2.3