From: luca_bruno Date: Mon, 27 Aug 2007 12:07:33 +0000 (+0000) Subject: * Added refernce link for translators X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e61718988fe31dd97469a59e0d40fdfc606be953;p=inkscape.git * Added refernce link for translators --- diff --git a/src/extension/internal/bitmap/convolve.cpp b/src/extension/internal/bitmap/convolve.cpp index 008cd4390..3c04bfebe 100644 --- a/src/extension/internal/bitmap/convolve.cpp +++ b/src/extension/internal/bitmap/convolve.cpp @@ -34,6 +34,7 @@ Convolve::init(void) { Inkscape::Extension::build_from_mem( "\n" +// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-convolve.html "" N_("Convolve") "\n" "org.inkscape.effect.bitmap.convolve\n" "1\n" diff --git a/src/extension/internal/bitmap/threshold.cpp b/src/extension/internal/bitmap/threshold.cpp index 6f21e61d1..702d274e9 100644 --- a/src/extension/internal/bitmap/threshold.cpp +++ b/src/extension/internal/bitmap/threshold.cpp @@ -33,6 +33,7 @@ Threshold::init(void) { Inkscape::Extension::build_from_mem( "\n" +// TRANSLATORS: see http://docs.gimp.org/en/gimp-tool-threshold.html "" N_("Threshold") "\n" "org.inkscape.effect.bitmap.threshold\n" "\n"