From af0455bcdd5ff628ca8eda3587e40d5296788daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 25 Oct 2009 14:58:17 +0000 Subject: [PATCH] typo svn: r13407 --- src/plugins/docgen/docgen.gpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/docgen/docgen.gpr.py b/src/plugins/docgen/docgen.gpr.py index 6f3c630c3..658a8d107 100644 --- a/src/plugins/docgen/docgen.gpr.py +++ b/src/plugins/docgen/docgen.gpr.py @@ -160,7 +160,7 @@ plg.extension = "rtf" plg = newplugin() plg.id = 'SVG (Scalable Vector Graphics)' -plg.name = _('RTF document') +plg.name = _('SVG document') plg.description = _("Generates documents in Scalable " "Vector Graphics format (.svg).") plg.version = '1.0'