From 3cbd97356630c5d8ee387ed51149a75b2bc25b27 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 --- ChangeLog | 3 +++ src/docgen/AsciiDoc.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48331f666..67dd8a173 100644 --- a/ChangeLog +++ b/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/src/docgen/AsciiDoc.py b/src/docgen/AsciiDoc.py index 2290e9ebf..b55774dc7 100644 --- a/src/docgen/AsciiDoc.py +++ b/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)