summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-10-09 11:36:06 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-10-09 11:36:06 +0000
commit66aa9095eba57e263fff225583c7cbfff121a09d (patch)
treea8e7ca0375c5b9a45233b3fb58b6301f3b77419e /src
parentUI consistency fix (pointed Bug #955060, comment #24). (diff)
downloadinkscape-66aa9095eba57e263fff225583c7cbfff121a09d.tar.gz
inkscape-66aa9095eba57e263fff225583c7cbfff121a09d.zip
Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Philipp Hagemeister. Greek and French man page translations updated.
(bzr r11769)
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 578279929..844aded56 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -390,7 +390,7 @@ struct poptOption options[] = {
{"export-text-to-path", 'T',
POPT_ARG_NONE, &sp_export_text_to_path, SP_ARG_EXPORT_TEXT_TO_PATH,
- N_("Convert text object to paths on export (PS, EPS, PDF)"),
+ N_("Convert text object to paths on export (PS, EPS, PDF, SVG)"),
NULL},
{"export-ignore-filters", 0,