summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96c04a6)
raw | patch | inline | side by side (parent: 96c04a6)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 24 Nov 2006 05:45:34 +0000 (05:45 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 24 Nov 2006 05:45:34 +0000 (05:45 +0000) |
src/extension/internal/bluredge.cpp | patch | blob | history |
index 678e492ee414257cf36f5582e42b990323da6143..16c6d0eb9fe15df4047e5d7f000d5aa7b8d3ea2f 100644 (file)
{
Inkscape::Extension::build_from_mem(
"<inkscape-extension>\n"
- "<name>" N_("Blur Edge") "</name>\n"
+ "<name>" N_("Inset/Outset Halo") "</name>\n"
"<id>org.inkscape.effect.bluredge</id>\n"
- "<param name=\"blur-width\" gui-text=\"" N_("Blur Width") "\" gui-description=\"" N_("Width in pixels of the blurred area") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n"
- "<param name=\"num-steps\" gui-text=\"" N_("Number of Steps") "\" gui-description=\"" N_("Number of copies of the object to make to simulate the blur") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n"
+ "<param name=\"blur-width\" gui-text=\"" N_("Width") "\" gui-description=\"" N_("Width in px of the halo") "\" scope=\"document\" type=\"float\" min=\"1.0\" max=\"50.0\">1.0</param>\n"
+ "<param name=\"num-steps\" gui-text=\"" N_("Number of steps") "\" gui-description=\"" N_("Number of inset/outset copies of the object to make") "\" scope=\"document\" type=\"int\" min=\"5\" max=\"100\">11</param>\n"
"<effect>\n"
"<object-type>all</object-type>\n"
"<effects-menu>\n"