diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-01-26 21:38:06 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-01-26 21:38:06 +0000 |
| commit | f517ac2be54c28257d78a04be82f122e77c950b2 (patch) | |
| tree | 5076310e7ec49765754692aa1e6e9ef416b1ccf9 /src/extension/internal/bitmap/sample.cpp | |
| parent | calligraphic defaults: forgotten conversions to the new range (diff) | |
| download | inkscape-f517ac2be54c28257d78a04be82f122e77c950b2.tar.gz inkscape-f517ac2be54c28257d78a04be82f122e77c950b2.zip | |
fix parameter ranges, copyedit
(bzr r7185)
Diffstat (limited to 'src/extension/internal/bitmap/sample.cpp')
| -rw-r--r-- | src/extension/internal/bitmap/sample.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/bitmap/sample.cpp b/src/extension/internal/bitmap/sample.cpp index 4c2e95a21..70c8995ac 100644 --- a/src/extension/internal/bitmap/sample.cpp +++ b/src/extension/internal/bitmap/sample.cpp @@ -35,7 +35,7 @@ Sample::init(void) { Inkscape::Extension::build_from_mem( "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n" - "<name>" N_("Sample") "</name>\n" + "<name>" N_("Resample") "</name>\n" "<id>org.inkscape.effect.bitmap.sample</id>\n" "<param name=\"width\" gui-text=\"" N_("Width") "\" type=\"int\" min=\"0\" max=\"6400\">100</param>\n" "<param name=\"height\" gui-text=\"" N_("Height") "\" type=\"int\" min=\"0\" max=\"6400\">100</param>\n" @@ -44,7 +44,7 @@ Sample::init(void) "<effects-menu>\n" "<submenu name=\"" N_("Raster") "\" />\n" "</effects-menu>\n" - "<menu-tip>" N_("Alter the resolution of selected image by resizing it by given dimensions.") "</menu-tip>\n" + "<menu-tip>" N_("Alter the resolution of selected image by resizing it to the given pixel size") "</menu-tip>\n" "</effect>\n" "</inkscape-extension>\n", new Sample()); } |
