diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-28 19:18:18 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-28 19:18:18 +0000 |
| commit | 7c952eea5eab73fdf4018d56b5dd2870be1e08e2 (patch) | |
| tree | bf97b8ff7c09ae136c184cba20b08b7facae8d0f | |
| parent | typo (diff) | |
| download | inkscape-7c952eea5eab73fdf4018d56b5dd2870be1e08e2.tar.gz inkscape-7c952eea5eab73fdf4018d56b5dd2870be1e08e2.zip | |
copyedit
(bzr r7392)
| -rw-r--r-- | src/extension/internal/pov-out.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/pov-out.cpp b/src/extension/internal/pov-out.cpp index 7dd9dcf5e..89f58befc 100644 --- a/src/extension/internal/pov-out.cpp +++ b/src/extension/internal/pov-out.cpp @@ -678,7 +678,7 @@ PovOutput::init() "<output>\n" "<extension>.pov</extension>\n" "<mimetype>text/x-povray-script</mimetype>\n" - "<filetypename>" N_("PovRay (*.pov) (export splines)") "</filetypename>\n" + "<filetypename>" N_("PovRay (*.pov) (paths and shapes only)") "</filetypename>\n" "<filetypetooltip>" N_("PovRay Raytracer File") "</filetypetooltip>\n" "</output>\n" "</inkscape-extension>", |
