diff --git a/ChangeLog b/ChangeLog index 1bef5a618..6b3dce85a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-05-27 Alex Roitman + * src/docgen/LPRDoc.py: Typo. + 2006-05-27 Brian Matherly * src/gramps.py: Add provisions for local mo files for Windows diff --git a/src/docgen/LPRDoc.py b/src/docgen/LPRDoc.py index e428c55af..6fc16e4f1 100644 --- a/src/docgen/LPRDoc.py +++ b/src/docgen/LPRDoc.py @@ -47,7 +47,9 @@ import Errors try: import gnomeprint, gnomeprint.ui except ImportError: - raise Errors.UnavailableError(_("Cannot be loaded because python bindinds for GNOME print are not installed")) + raise Errors.UnavailableError( + _("Cannot be loaded because python bindings " + "for GNOME print are not installed")) ### FIXME ### if gnomeprint.Context.__dict__.has_key('grestore'):