Code

* Added refernce link for translators
authorluca_bruno <luca_bruno@users.sourceforge.net>
Mon, 27 Aug 2007 12:07:33 +0000 (12:07 +0000)
committerluca_bruno <luca_bruno@users.sourceforge.net>
Mon, 27 Aug 2007 12:07:33 +0000 (12:07 +0000)
src/extension/internal/bitmap/convolve.cpp
src/extension/internal/bitmap/threshold.cpp

index 008cd439081468808d705b237d49d80f90c03467..3c04bfebe5a48094c490a7e71dbbd9528b62be38 100644 (file)
@@ -34,6 +34,7 @@ Convolve::init(void)
 {
        Inkscape::Extension::build_from_mem(
                "<inkscape-extension>\n"
+// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-convolve.html
                        "<name>" N_("Convolve") "</name>\n"
                        "<id>org.inkscape.effect.bitmap.convolve</id>\n"
                        "<param name=\"order\" gui-text=\"" N_("Order") "\" type=\"int\" >1</param>\n"
index 6f21e61d115a31a320993a54d8d988aac1735e54..702d274e9110a39b0f48bb55ec2b032e22bf3620 100644 (file)
@@ -33,6 +33,7 @@ Threshold::init(void)
 {
        Inkscape::Extension::build_from_mem(
                "<inkscape-extension>\n"
+// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html
                        "<name>" N_("Threshold") "</name>\n"
                        "<id>org.inkscape.effect.bitmap.threshold</id>\n"
                        "<param name=\"threshold\" gui-text=\"" N_("Threshold") "\" type=\"float\" min=\"-100.0\" max=\"100.0\"></param>\n"