From 1cc879a776c30732496443f12e77380297649bdc Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 2 Mar 2004 14:43:37 +0000 Subject: [PATCH] * src/docgen/AsciiDoc.py: Typo. svn: r2953 --- gramps2/ChangeLog | 3 +++ gramps2/src/docgen/AsciiDoc.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 48331f666..67dd8a173 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2004-03-02 Alex Roitman + * src/docgen/AsciiDoc.py: Typo. + 2004-03-01 Alex Roitman * src/docgen/LPRDoc.py: Table support correction: transferring row to the next page. diff --git a/gramps2/src/docgen/AsciiDoc.py b/gramps2/src/docgen/AsciiDoc.py index 2290e9ebf..b55774dc7 100644 --- a/gramps2/src/docgen/AsciiDoc.py +++ b/gramps2/src/docgen/AsciiDoc.py @@ -368,4 +368,4 @@ try: except: pass -Plugins.register_text_doc(_("Plaint Text"),AsciiDoc,1,1,1,".txt", print_label) +Plugins.register_text_doc(_("Plain Text"),AsciiDoc,1,1,1,".txt", print_label)