removed trailing period from procedure blurbs.

2006-03-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/*.c: removed trailing period from procedure blurbs.
This commit is contained in:
Sven Neumann 2006-03-17 09:29:48 +00:00 committed by Sven Neumann
parent 2ab072cb01
commit 0486d1c9df
91 changed files with 102 additions and 98 deletions

View file

@ -1,3 +1,7 @@
2006-03-17 Sven Neumann <sven@gimp.org>
* plug-ins/common/*.c: removed trailing period from procedure blurbs.
2006-03-16 Michael Natterer <mitch@gimp.org> 2006-03-16 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/image.pdb: replaced code generated by now gone * tools/pdbgen/pdb/image.pdb: replaced code generated by now gone

View file

@ -180,7 +180,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Alter colors in various psychedelic ways."), N_("Alter colors in various psychedelic ways"),
"No help yet. Just try it and you'll see!", "No help yet. Just try it and you'll see!",
"Martin Weber (martweb@gmx.net)", "Martin Weber (martweb@gmx.net)",
"Martin Weber (martweb@gmx.net", "Martin Weber (martweb@gmx.net",

View file

@ -454,7 +454,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create abstract Coupled-Map Lattice patterns."), N_("Create abstract Coupled-Map Lattice patterns"),
"Make an image of Coupled-Map Lattice (CML). CML is " "Make an image of Coupled-Map Lattice (CML). CML is "
"a kind of Cellula Automata on continuous (value) " "a kind of Cellula Automata on continuous (value) "
"domain. In GIMP_RUN_NONINTERACTIVE, the name of a " "domain. In GIMP_RUN_NONINTERACTIVE, the name of a "

View file

@ -125,7 +125,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Align all visible layers of the image."), N_("Align all visible layers of the image"),
"Align visible layers", "Align visible layers",
"Shuji Narazaki <narazaki@InetQ.or.jp>", "Shuji Narazaki <narazaki@InetQ.or.jp>",
"Shuji Narazaki", "Shuji Narazaki",

View file

@ -151,7 +151,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Preview a GIMP layer-based animation."), N_("Preview a GIMP layer-based animation"),
"", "",
"Adam D. Moss <adam@gimp.org>", "Adam D. Moss <adam@gimp.org>",
"Adam D. Moss <adam@gimp.org>", "Adam D. Moss <adam@gimp.org>",

View file

@ -130,7 +130,7 @@ query (void)
}; };
gimp_install_procedure (OPTIMIZE_PROC, gimp_install_procedure (OPTIMIZE_PROC,
N_("Modify image to reduce size when saved as GIF animation."), N_("Modify image to reduce size when saved as GIF animation"),
"This procedure applies various optimizations to" "This procedure applies various optimizations to"
" a GIMP layer-based animation in an attempt to" " a GIMP layer-based animation in an attempt to"
" reduce the final file size. If a frame of the" " reduce the final file size. If a frame of the"
@ -150,7 +150,7 @@ query (void)
args, return_args); args, return_args);
gimp_install_procedure (OPTIMIZE_DIFF_PROC, gimp_install_procedure (OPTIMIZE_DIFF_PROC,
N_("Reduce file size where combining layers is possible."), N_("Reduce file size where combining layers is possible"),
"This procedure applies various optimizations to" "This procedure applies various optimizations to"
" a GIMP layer-based animation in an attempt to" " a GIMP layer-based animation in an attempt to"
" reduce the final file size. If a frame of the" " reduce the final file size. If a frame of the"
@ -168,7 +168,7 @@ query (void)
args, return_args); args, return_args);
gimp_install_procedure (UNOPTIMIZE_PROC, gimp_install_procedure (UNOPTIMIZE_PROC,
N_("Remove optimization to make editing easier."), N_("Remove optimization to make editing easier"),
"This procedure 'simplifies' a GIMP layer-based" "This procedure 'simplifies' a GIMP layer-based"
" animation that has been optimized for animation. " " animation that has been optimized for animation. "
"This makes editing the animation much easier.", "This makes editing the animation much easier.",

View file

@ -106,7 +106,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an elliptical lens over the image."), N_("Simulate an elliptical lens over the image"),
"This plug-in uses Snell's law to draw " "This plug-in uses Snell's law to draw "
"an ellipsoid lens over the image", "an ellipsoid lens over the image",
"Morten Eriksen", "Morten Eriksen",

View file

@ -81,7 +81,7 @@ query (void)
}; };
gimp_install_procedure (AUTOCROP_PROC, gimp_install_procedure (AUTOCROP_PROC,
N_("Remove empty borders from the image."), N_("Remove empty borders from the image"),
"", "",
"Tim Newsome", "Tim Newsome",
"Tim Newsome", "Tim Newsome",
@ -95,7 +95,7 @@ query (void)
gimp_plugin_menu_register (AUTOCROP_PROC, "<Image>/Image/Crop"); gimp_plugin_menu_register (AUTOCROP_PROC, "<Image>/Image/Crop");
gimp_install_procedure (AUTOCROP_LAYER_PROC, gimp_install_procedure (AUTOCROP_LAYER_PROC,
N_("Remove empty borders from the layer."), N_("Remove empty borders from the layer"),
"", "",
"Tim Newsome", "Tim Newsome",
"Tim Newsome", "Tim Newsome",

View file

@ -66,7 +66,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch image contrast to cover the maximum possible range."), N_("Stretch image contrast to cover the maximum possible range"),
"This simple plug-in does an automatic contrast " "This simple plug-in does an automatic contrast "
"stretch. For each channel in the image, it finds " "stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those " "the minimum and maximum values... it uses those "

View file

@ -113,7 +113,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an image painted on window blinds."), N_("Simulate an image painted on window blinds"),
"More here later", "More here later",
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",

View file

@ -127,7 +127,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simple blur, fast but not very strong."), N_("Simple blur, fast but not very strong"),
"This plug-in blurs the specified drawable, using " "This plug-in blurs the specified drawable, using "
"a 3x3 blur. Indexed images are not supported.", "a 3x3 blur. Indexed images are not supported.",
"Miles O'Neal <meo@rru.com>", "Miles O'Neal <meo@rru.com>",

View file

@ -96,7 +96,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Set foreground to the average color of the image border."), N_("Set foreground to the average color of the image border"),
"", "",
"Philipp Klaus", "Philipp Klaus",
"Internet Access AG", "Internet Access AG",

View file

@ -327,7 +327,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create an embossing effect using a bump map."), N_("Create an embossing effect using a bump map"),
"This plug-in uses the algorithm described by John " "This plug-in uses the algorithm described by John "
"Schlag, \"Fast Embossing Effects on Raster Image " "Schlag, \"Fast Embossing Effects on Raster Image "
"Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). " "Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). "

View file

@ -66,7 +66,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch contrast to cover the maximum possible range."), N_("Stretch contrast to cover the maximum possible range"),
"This simple plug-in does an automatic contrast " "This simple plug-in does an automatic contrast "
"stretch. For each channel in the image, it finds " "stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those " "the minimum and maximum values... it uses those "

View file

@ -141,7 +141,7 @@ query (void)
"noticable; larger values achieve the opposite effect."; "noticable; larger values achieve the opposite effect.";
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate a cartoon by enhancing edges."), N_("Simulate a cartoon by enhancing edges"),
help_string, help_string,
"Spencer Kimball", "Spencer Kimball",
"Bit Specialists, Inc.", "Bit Specialists, Inc.",

View file

@ -175,7 +175,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Alter colors by mixing RGB Channels."), N_("Alter colors by mixing RGB Channels"),
"This plug-in mixes the RGB channels.", "This plug-in mixes the RGB channels.",
"Martin Guldahl <mguldahl@xmission.com>", "Martin Guldahl <mguldahl@xmission.com>",
"Martin Guldahl <mguldahl@xmission.com>", "Martin Guldahl <mguldahl@xmission.com>",

View file

@ -86,7 +86,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create a checkerboard pattern."), N_("Create a checkerboard pattern"),
"More here later", "More here later",
"Brent Burton & the Edward Blevins", "Brent Burton & the Edward Blevins",
"Brent Burton & the Edward Blevins", "Brent Burton & the Edward Blevins",

View file

@ -67,7 +67,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch color saturation to cover maximum possible range."), N_("Stretch color saturation to cover maximum possible range"),
"This simple plug-in does an automatic saturation " "This simple plug-in does an automatic saturation "
"stretch. For each channel in the image, it finds " "stretch. For each channel in the image, it finds "
"the minimum and maximum values... it uses those " "the minimum and maximum values... it uses those "

View file

@ -99,7 +99,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Replace all colors with shades of a specified color."), N_("Replace all colors with shades of a specified color"),
"Makes an average of the RGB channels and uses it " "Makes an average of the RGB channels and uses it "
"to set the color", "to set the color",
"Francisco Bustamante", "Francisco Bustamante",

View file

@ -93,7 +93,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Convert a specified color to transparency."), N_("Convert a specified color to transparency"),
"This replaces as much of a given color as possible " "This replaces as much of a given color as possible "
"in each pixel with a corresponding amount of alpha, " "in each pixel with a corresponding amount of alpha, "
"then readjusts the color accordingly.", "then readjusts the color accordingly.",

View file

@ -377,7 +377,7 @@ query (void)
}; };
gimp_install_procedure (COMPOSE_PROC, gimp_install_procedure (COMPOSE_PROC,
N_("Create an image using multiple gray images as color channels."), N_("Create an image using multiple gray images as color channels"),
"This function creates a new image from " "This function creates a new image from "
"multiple gray images", "multiple gray images",
"Peter Kirchgessner", "Peter Kirchgessner",
@ -407,7 +407,7 @@ query (void)
drw_args, drw_return_vals); drw_args, drw_return_vals);
gimp_install_procedure (RECOMPOSE_PROC, gimp_install_procedure (RECOMPOSE_PROC,
N_("Recompose an image that was previously decomposed."), N_("Recompose an image that was previously decomposed"),
"This function recombines the grayscale layers produced " "This function recombines the grayscale layers produced "
"by Decompose into a single RGB or RGBA layer, and " "by Decompose into a single RGB or RGBA layer, and "
"replaces the originally decomposed layer with the " "replaces the originally decomposed layer with the "

View file

@ -181,7 +181,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Apply a generic 5x5 convolution matrix."), N_("Apply a generic 5x5 convolution matrix"),
"", "",
"Lauri Alanko", "Lauri Alanko",
"Lauri Alanko", "Lauri Alanko",

View file

@ -147,7 +147,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Convert the image into randomly rotated square blobs."), N_("Convert the image into randomly rotated square blobs"),
"Help not yet written for this plug-in", "Help not yet written for this plug-in",
"Spencer Kimball & Tracy Scott", "Spencer Kimball & Tracy Scott",
"Spencer Kimball & Tracy Scott", "Spencer Kimball & Tracy Scott",

View file

@ -520,7 +520,7 @@ query (void)
/* the actual installation of the bend plugin */ /* the actual installation of the bend plugin */
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Bend the image using two control curves."), N_("Bend the image using two control curves"),
"This plug-in does bend the active layer " "This plug-in does bend the active layer "
"If there is a current selection it is copied to " "If there is a current selection it is copied to "
"floating selection and the curve_bend distortion " "floating selection and the curve_bend distortion "

View file

@ -244,7 +244,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Decompose an image into separate colorspace components."), N_("Decompose an image into separate colorspace components"),
"This function creates new gray images with " "This function creates new gray images with "
"different channel information in each of them", "different channel information in each of them",
"Peter Kirchgessner", "Peter Kirchgessner",

View file

@ -90,7 +90,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Fix images where every other row is missing."), N_("Fix images where every other row is missing"),
"Deinterlace is useful for processing images from " "Deinterlace is useful for processing images from "
"video capture cards. When only the odd or even " "video capture cards. When only the odd or even "
"fields get captured, deinterlace can be used to " "fields get captured, deinterlace can be used to "

View file

@ -143,7 +143,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Remove speckle noise from the image."), N_("Remove speckle noise from the image"),
"This plug-in selectively performs a median or " "This plug-in selectively performs a median or "
"adaptive box filter on an image.", "adaptive box filter on an image.",
"Michael Sweet <mike@easysw.com>", "Michael Sweet <mike@easysw.com>",

View file

@ -99,7 +99,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Remove vertical stripe artifacts from the image."), N_("Remove vertical stripe artifacts from the image"),
"This plug-in tries to remove vertical stripes from " "This plug-in tries to remove vertical stripes from "
"an image.", "an image.",
"Marc Lehmann <pcg@goof.com>", "Marc Lehmann <pcg@goof.com>",

View file

@ -164,7 +164,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Generate diffraction patterns."), N_("Generate diffraction patterns"),
"Help? What help? Real men do not need help :-)", "Help? What help? Real men do not need help :-)",
"Federico Mena Quintero", "Federico Mena Quintero",
"Federico Mena Quintero & David Bleecker", "Federico Mena Quintero & David Bleecker",

View file

@ -169,7 +169,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Displace pixels as indicated by displacment maps."), N_("Displace pixels as indicated by displacment maps"),
"Displaces the contents of the specified drawable " "Displaces the contents of the specified drawable "
"by the amounts specified by 'amount-x' and " "by the amounts specified by 'amount-x' and "
"'amount-y' multiplied by the luminance of " "'amount-y' multiplied by the luminance of "

View file

@ -132,7 +132,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Edge detection with control of edge thickness."), N_("Edge detection with control of edge thickness"),
"Applies two Gaussian blurs to the drawable, and " "Applies two Gaussian blurs to the drawable, and "
"subtracts the results. This is robust and widely " "subtracts the results. This is robust and widely "
"used method for detecting edges. Uses Gauss IIR " "used method for detecting edges. Uses Gauss IIR "

View file

@ -151,7 +151,7 @@ query (void)
"versions."; "versions.";
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Several simple methods for detecting edges."), N_("Several simple methods for detecting edges"),
help_string, help_string,
"Peter Mattis & (ported to 1.0 by) Eiichi Takamori", "Peter Mattis & (ported to 1.0 by) Eiichi Takamori",
"Peter Mattis", "Peter Mattis",

View file

@ -123,7 +123,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an image created by embossing."), N_("Simulate an image created by embossing"),
"Emboss or Bumpmap the given drawable, specifying " "Emboss or Bumpmap the given drawable, specifying "
"the angle and elevation for the light source.", "the angle and elevation for the light source.",
"Eric L. Hernes, John Schlag", "Eric L. Hernes, John Schlag",

View file

@ -100,7 +100,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate an antique engraving."), N_("Simulate an antique engraving"),
"Creates a black-and-white 'engraved' version of an image as seen in old illustrations", "Creates a black-and-white 'engraved' version of an image as seen in old illustrations",
"Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen", "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen",
"Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen", "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen",

View file

@ -120,7 +120,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Swap one color with another."), N_("Swap one color with another"),
"Exchange one color with another, optionally setting a threshold " "Exchange one color with another, optionally setting a threshold "
"to convert from one shade to another", "to convert from one shade to another",
"robert@experimental.net", "robert@experimental.net",

View file

@ -230,7 +230,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Combine several images on a film strip."), N_("Combine several images on a film strip"),
"Compose several images to a roll film", "Compose several images to a roll film",
"Peter Kirchgessner", "Peter Kirchgessner",
"Peter Kirchgessner (peter@kirchgessner.net)", "Peter Kirchgessner (peter@kirchgessner.net)",

View file

@ -185,7 +185,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Add a lens flare effect."), N_("Add a lens flare effect"),
"Adds a lens flare effects. Makes your image look " "Adds a lens flare effects. Makes your image look "
"like it was snapped with a cheap camera with a lot " "like it was snapped with a cheap camera with a lot "
"of lens :)", "of lens :)",

View file

@ -321,7 +321,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Interactively modify the image colors."), N_("Interactively modify the image colors"),
"Interactively modify the image colors.", "Interactively modify the image colors.",
"Pavel Grinfeld (pavel@ml.com)", "Pavel Grinfeld (pavel@ml.com)",
"Pavel Grinfeld (pavel@ml.com)", "Pavel Grinfeld (pavel@ml.com)",

View file

@ -113,7 +113,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Transform image with the Mandelbrot Fractal."), N_("Transform image with the Mandelbrot Fractal"),
"transform image with the Mandelbrot Fractal", "transform image with the Mandelbrot Fractal",
"Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>", "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>",
"Copyright (C) 1997 Hirotsuna Mizuno", "Copyright (C) 1997 Hirotsuna Mizuno",

View file

@ -156,7 +156,7 @@ query (void)
}; };
gimp_install_procedure (GAUSS_PROC, gimp_install_procedure (GAUSS_PROC,
N_("Simplest, most commonly used way of blurring."), N_("Simplest, most commonly used way of blurring"),
"Applies a gaussian blur to the drawable, with " "Applies a gaussian blur to the drawable, with "
"specified radius of affect. The standard deviation " "specified radius of affect. The standard deviation "
"of the normal distribution used to modify pixel " "of the normal distribution used to modify pixel "

View file

@ -123,7 +123,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate distortion caused by square glass tiles."), N_("Simulate distortion caused by square glass tiles"),
"Divide the image into square glassblocks in " "Divide the image into square glassblocks in "
"which the image is refracted.", "which the image is refracted.",
"Karl-Johan Andersson", /* Author */ "Karl-Johan Andersson", /* Author */

View file

@ -85,7 +85,7 @@ query (void)
}; };
gimp_install_procedure (PROC_NAME, gimp_install_procedure (PROC_NAME,
N_("Print the image using the GNOME Print system."), N_("Print the image using the GNOME Print system"),
"FIXME: write help", "FIXME: write help",
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",
"Sven Neumann <sven@gimp.org>", "Sven Neumann <sven@gimp.org>",

View file

@ -396,7 +396,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Generate a huge variety of abstract patterns."), N_("Generate a huge variety of abstract patterns"),
"This Plug-in is based on an article by " "This Plug-in is based on an article by "
"Jörn Loviscach (appeared in c't 10/95, page 326). " "Jörn Loviscach (appeared in c't 10/95, page 326). "
"It generates modern art pictures from a random " "It generates modern art pictures from a random "

View file

@ -81,7 +81,7 @@ query (void)
}; };
gimp_install_procedure (GRADMAP_PROC, gimp_install_procedure (GRADMAP_PROC,
N_("Recolor the image using colors from the active gradient."), N_("Recolor the image using colors from the active gradient"),
"This plug-in maps the contents of the specified " "This plug-in maps the contents of the specified "
"drawable with active gradient. It calculates " "drawable with active gradient. It calculates "
"luminosity of each pixel and replaces the pixel " "luminosity of each pixel and replaces the pixel "
@ -103,7 +103,7 @@ query (void)
gimp_plugin_menu_register (GRADMAP_PROC, "<Image>/Colors/Map"); gimp_plugin_menu_register (GRADMAP_PROC, "<Image>/Colors/Map");
gimp_install_procedure (PALETTEMAP_PROC, gimp_install_procedure (PALETTEMAP_PROC,
N_("Recolor the image using colors from the active palette."), N_("Recolor the image using colors from the active palette"),
"This plug-in maps the contents of the specified " "This plug-in maps the contents of the specified "
"drawable with the active palette. It calculates " "drawable with the active palette. It calculates "
"luminosity of each pixel and replaces the pixel " "luminosity of each pixel and replaces the pixel "

View file

@ -139,7 +139,7 @@ void query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Draw a grid on the image."), N_("Draw a grid on the image"),
"Draws a grid using the specified colors. " "Draws a grid using the specified colors. "
"The grid origin is the upper left corner.", "The grid origin is the upper left corner.",
"Tim Newsome", "Tim Newsome",

View file

@ -66,7 +66,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Slice the image into subimages using guides."), N_("Slice the image into subimages using guides"),
"This function takes an image and blah blah. Hooray!", "This function takes an image and blah blah. Hooray!",
"Adam D. Moss (adam@foxbox.org)", "Adam D. Moss (adam@foxbox.org)",
"Adam D. Moss (adam@foxbox.org)", "Adam D. Moss (adam@foxbox.org)",

View file

@ -204,7 +204,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Find and fix pixels that may be unsafely bright."), N_("Find and fix pixels that may be unsafely bright"),
"hot scans an image for pixels that will give unsave " "hot scans an image for pixels that will give unsave "
"values of chrominance or composite signale " "values of chrominance or composite signale "
"amplitude when encoded into an NTSC or PAL signal. " "amplitude when encoded into an NTSC or PAL signal. "

View file

@ -261,7 +261,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Use mouse control to warp image areas."), N_("Use mouse control to warp image areas"),
"Interactive warping of the specified drawable", "Interactive warping of the specified drawable",
"Norbert Schmitz", "Norbert Schmitz",
"Norbert Schmitz", "Norbert Schmitz",

View file

@ -353,7 +353,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Add a jigsaw-puzzle pattern to the image."), N_("Add a jigsaw-puzzle pattern to the image"),
"Jigsaw puzzle look", "Jigsaw puzzle look",
"Nigel Wetten", "Nigel Wetten",
"Nigel Wetten", "Nigel Wetten",

View file

@ -807,7 +807,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Special effects that nobody understands."), N_("Special effects that nobody understands"),
"No help yet", "No help yet",
"Tom Bech & Federico Mena Quintero", "Tom Bech & Federico Mena Quintero",
"Tom Bech & Federico Mena Quintero", "Tom Bech & Federico Mena Quintero",

View file

@ -250,7 +250,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Email the image."), N_("Email the image"),
"You need to have uuencode and mail installed", "You need to have uuencode and mail installed",
"Adrian Likins, Reagan Blundell", "Adrian Likins, Reagan Blundell",
"Adrian Likins, Reagan Blundell, Daniel Risacher, " "Adrian Likins, Reagan Blundell, Daniel Risacher, "

View file

@ -140,7 +140,7 @@ query (void)
}; };
gimp_install_procedure (COLOR_ADJUST_PROC, gimp_install_procedure (COLOR_ADJUST_PROC,
N_("Map colors sending foreground to black, background to white."), N_("Map colors sending foreground to black, background to white"),
"The current foreground color is mapped to black " "The current foreground color is mapped to black "
"(black point), the current background color is " "(black point), the current background color is "
"mapped to white (white point). Intermediate " "mapped to white (white point). Intermediate "

View file

@ -87,7 +87,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Reduce image to pure red, green, and blue."), N_("Reduce image to pure red, green, and blue"),
"There's no help yet.", "There's no help yet.",
"Shuji Narazaki (narazaki@InetQ.or.jp)", "Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki", "Shuji Narazaki",

View file

@ -164,7 +164,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate movement using directional blur."), N_("Simulate movement using directional blur"),
"This plug-in simulates the effect seen when " "This plug-in simulates the effect seen when "
"photographing a moving object at a slow shutter " "photographing a moving object at a slow shutter "
"speed. Done by adding multiple displaced copies.", "speed. Done by adding multiple displaced copies.",

View file

@ -117,7 +117,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Nonlinear swiss army knife filter."), N_("Nonlinear swiss army knife filter"),
"This is the pnmnlfilt, in gimp's clothing. " "This is the pnmnlfilt, in gimp's clothing. "
"See the pnmnlfilt manpage for details.", "See the pnmnlfilt manpage for details.",
"Graeme W. Gill, gimp 0.99 plugin by Eric L. Hernes", "Graeme W. Gill, gimp 0.99 plugin by Eric L. Hernes",

View file

@ -141,7 +141,7 @@ query (void)
gimp_install_procedure (RGB_NOISE_PROC, gimp_install_procedure (RGB_NOISE_PROC,
N_("Distort colors by random amounts."), N_("Distort colors by random amounts"),
"Add normally distributed (zero mean) random values " "Add normally distributed (zero mean) random values "
"to image channels. Noise may be additive " "to image channels. Noise may be additive "
"(uncorrelated) or multiplicative (correlated - " "(uncorrelated) or multiplicative (correlated - "

View file

@ -74,7 +74,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Stretch brightness values to cover the full range."), N_("Stretch brightness values to cover the full range"),
"This plugin performs almost the same operation as " "This plugin performs almost the same operation as "
"the 'contrast autostretch' plugin, except that it " "the 'contrast autostretch' plugin, except that it "
"won't allow the color channels to normalize " "won't allow the color channels to normalize "

View file

@ -811,7 +811,7 @@ plugin_query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Cut image into paper tiles, and slide them."), N_("Cut image into paper tiles, and slide them"),
"This plug-in cuts an image into paper tiles and " "This plug-in cuts an image into paper tiles and "
"slides each paper tile.", "slides each paper tile.",
"Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>", "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>",

View file

@ -175,7 +175,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create a random plasma texture."), N_("Create a random plasma texture"),
"More help", "More help",
"Stephen Norris & (ported to 1.0 by) Eiichi Takamori", "Stephen Norris & (ported to 1.0 by) Eiichi Takamori",
"Stephen Norris", "Stephen Norris",

View file

@ -131,7 +131,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Display information about plug-ins."), N_("Display information about plug-ins"),
"Allows to browse the plug-in menus system. You can " "Allows to browse the plug-in menus system. You can "
"search for plug-in names, sort by name or menu " "search for plug-in names, sort by name or menu "
"location and you can view a tree representation " "location and you can view a tree representation "

View file

@ -151,7 +151,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Convert image to or from polar coordinates."), N_("Convert image to or from polar coordinates"),
"Remaps and image from rectangular coordinates " "Remaps and image from rectangular coordinates "
"to polar coordinates " "to polar coordinates "
"or vice versa", "or vice versa",

View file

@ -153,7 +153,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Enhance contrast using the Retinex method."), N_("Enhance contrast using the Retinex method"),
"The Retinex Image Enhancement Algorithm is an " "The Retinex Image Enhancement Algorithm is an "
"automatic image enhancement method that enhances " "automatic image enhancement method that enhances "
"a digital image in terms of dynamic range " "a digital image in terms of dynamic range "

View file

@ -126,7 +126,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Displace pixels in a ripple pattern."), N_("Displace pixels in a ripple pattern"),
"Ripples the pixels of the specified drawable. " "Ripples the pixels of the specified drawable. "
"Each row or column will be displaced a certain " "Each row or column will be displaced a certain "
"number of pixels coinciding with the given wave form", "number of pixels coinciding with the given wave form",

View file

@ -295,7 +295,7 @@ query (void)
" The sample_drawable should be of type RGB or RGBA"; " The sample_drawable should be of type RGB or RGBA";
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Colorize image using a sample image as a guide."), N_("Colorize image using a sample image as a guide"),
help_string, help_string,
"Wolfgang Hofer", "Wolfgang Hofer",
"hof@hotbot.com", "hof@hotbot.com",

View file

@ -94,7 +94,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Blur neighboring pixels, but only in low-contrast areas."), N_("Blur neighboring pixels, but only in low-contrast areas"),
"This filter functions similar to the regular " "This filter functions similar to the regular "
"gaussian blur filter except that neighbouring " "gaussian blur filter except that neighbouring "
"pixels that differ more than the given maxdelta " "pixels that differ more than the given maxdelta "

View file

@ -65,7 +65,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Replace partial transparency with the current background color."), N_("Replace partial transparency with the current background color"),
"This plugin flattens pixels in an RGBA image that " "This plugin flattens pixels in an RGBA image that "
"aren't completely transparent against the current " "aren't completely transparent against the current "
"GIMP background color", "GIMP background color",

View file

@ -100,7 +100,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Shift each row of pixels by a random amount."), N_("Shift each row of pixels by a random amount"),
"Shifts the pixels of the specified drawable. " "Shifts the pixels of the specified drawable. "
"Each row will be displaced a random value of pixels.", "Each row will be displaced a random value of pixels.",
"Spencer Kimball and Peter Mattis, ported by Brian " "Spencer Kimball and Peter Mattis, ported by Brian "

View file

@ -183,7 +183,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Generate complex sinusoidal textures."), N_("Generate complex sinusoidal textures"),
"FIX ME: sinus help", "FIX ME: sinus help",
"Xavier Bouchoux", "Xavier Bouchoux",
"Xavier Bouchoux", "Xavier Bouchoux",

View file

@ -80,7 +80,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Derive a smooth color palette from the image."), N_("Derive a smooth color palette from the image"),
"help!", "help!",
"Scott Draves", "Scott Draves",
"Scott Draves", "Scott Draves",

View file

@ -175,7 +175,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create a random cloud-like texture."), N_("Create a random cloud-like texture"),
"Generates 2D textures using Perlin's classic " "Generates 2D textures using Perlin's classic "
"solid noise function.", "solid noise function.",
"Marcelo de Gomensoro Malheiros", "Marcelo de Gomensoro Malheiros",

View file

@ -105,7 +105,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Specialized direction-dependent edge detection."), N_("Specialized direction-dependent edge detection"),
"This plugin calculates the gradient with a sobel " "This plugin calculates the gradient with a sobel "
"operator. The user can specify which direction to " "operator. The user can specify which direction to "
"use. When both directions are used, the result is " "use. When both directions are used, the result is "

View file

@ -131,7 +131,7 @@ query (void)
"alternatively, diffuse, the glow effect should be."; "alternatively, diffuse, the glow effect should be.";
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate glow by making highlights intense and fuzzy."), N_("Simulate glow by making highlights intense and fuzzy"),
help_string, help_string,
"Spencer Kimball", "Spencer Kimball",
"Bit Specialists, Inc.", "Bit Specialists, Inc.",

View file

@ -178,7 +178,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Turn bright spots into starry sparkles."), N_("Turn bright spots into starry sparkles"),
"Uses a percentage based luminoisty threhsold to find " "Uses a percentage based luminoisty threhsold to find "
"candidate pixels for adding some sparkles (spikes). ", "candidate pixels for adding some sparkles (spikes). ",
"John Beale, & (ported to GIMP v0.54) Michael " "John Beale, & (ported to GIMP v0.54) Michael "

View file

@ -2988,7 +2988,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create an image of a textured sphere."), N_("Create an image of a textured sphere"),
"This plugin can be used to create textured and/or " "This plugin can be used to create textured and/or "
"bumpmapped spheres, and uses a small lightweight " "bumpmapped spheres, and uses a small lightweight "
"raytracer to perform the task with good quality", "raytracer to perform the task with good quality",

View file

@ -88,7 +88,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Move pixels around randomly."), N_("Move pixels around randomly"),
"Spreads the pixels of the specified drawable. " "Spreads the pixels of the specified drawable. "
"Pixels are randomly moved to another location whose " "Pixels are randomly moved to another location whose "
"distance varies from the original by the horizontal " "distance varies from the original by the horizontal "

View file

@ -1139,7 +1139,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Add a canvas texture to the image."), N_("Add a canvas texture to the image"),
"This function applies a canvas texture map to the drawable.", "This function applies a canvas texture map to the drawable.",
"Karl-Johan Andersson", /* Author */ "Karl-Johan Andersson", /* Author */
"Karl-Johan Andersson", /* Copyright */ "Karl-Johan Andersson", /* Copyright */

View file

@ -82,7 +82,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Make transparency all-or-nothing."), N_("Make transparency all-or-nothing"),
"", "",
"Shuji Narazaki (narazaki@InetQ.or.jp)", "Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki", "Shuji Narazaki",

View file

@ -98,7 +98,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create an array of copies of the image."), N_("Create an array of copies of the image"),
"This function creates a new image with a single " "This function creates a new image with a single "
"layer sized to the specified 'new_width' and " "layer sized to the specified 'new_width' and "
"'new_height' parameters. The specified drawable " "'new_height' parameters. The specified drawable "

View file

@ -213,7 +213,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Tile image into smaller versions of the orginal."), N_("Tile image into smaller versions of the orginal"),
"More here later", "More here later",
"Andy Thomas", "Andy Thomas",
"Andy Thomas", "Andy Thomas",

View file

@ -64,7 +64,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Alters edges to make the image seamlessly tileable."), N_("Alters edges to make the image seamlessly tileable"),
"This plugin creates a seamless tileable from " "This plugin creates a seamless tileable from "
"the input drawable", "the input drawable",
"Tim Rowley", "Tim Rowley",

View file

@ -118,13 +118,13 @@ static GtkActionEntry actions[] =
{ "unit-editor-new", GTK_STOCK_NEW, { "unit-editor-new", GTK_STOCK_NEW,
NULL, "<control>N", NULL, "<control>N",
N_("Create a new unit from scratch."), N_("Create a new unit from scratch"),
G_CALLBACK (new_callback) G_CALLBACK (new_callback)
}, },
{ "unit-editor-duplicate", GIMP_STOCK_DUPLICATE, { "unit-editor-duplicate", GIMP_STOCK_DUPLICATE,
NULL, "<control>D", NULL, "<control>D",
N_("Create a new unit using the currently selected unit as template."), N_("Create a new unit using the currently selected unit as template"),
G_CALLBACK (duplicate_callback) G_CALLBACK (duplicate_callback)
} }
}; };
@ -142,7 +142,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Create or alter units used in GIMP."), N_("Create or alter units used in GIMP"),
"The GIMP unit editor", "The GIMP unit editor",
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",
"Michael Natterer <mitch@gimp.org>", "Michael Natterer <mitch@gimp.org>",

View file

@ -128,7 +128,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("The most widely useful method for sharpening an image."), N_("The most widely useful method for sharpening an image"),
"The unsharp mask is a sharpening filter that works " "The unsharp mask is a sharpening filter that works "
"by comparing using the difference of the image and " "by comparing using the difference of the image and "
"a blurred version of the image. It is commonly " "a blurred version of the image. It is commonly "

View file

@ -1803,7 +1803,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Simulate distortion produced by a fuzzy or low-res monitor."), N_("Simulate distortion produced by a fuzzy or low-res monitor"),
"This function simulates the degradation of " "This function simulates the degradation of "
"being on an old low-dotpitch RGB video monitor " "being on an old low-dotpitch RGB video monitor "
"to the specified drawable.", "to the specified drawable.",

View file

@ -69,7 +69,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Invert the brightness of each pixel."), N_("Invert the brightness of each pixel"),
"This function takes an indexed/RGB image and " "This function takes an indexed/RGB image and "
"inverts its 'value' in HSV space. The upshot of " "inverts its 'value' in HSV space. The upshot of "
"this is that the color and saturation at any given " "this is that the color and saturation at any given "

View file

@ -253,7 +253,7 @@ query (void)
args, NULL); args, NULL);
gimp_install_procedure (DILATE_PROC, gimp_install_procedure (DILATE_PROC,
N_("Grow darker areas of the image."), N_("Grow darker areas of the image"),
"Dilate image", "Dilate image",
"Shuji Narazaki (narazaki@InetQ.or.jp)", "Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki", "Shuji Narazaki",

View file

@ -233,7 +233,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Twist or smear image in many different ways."), N_("Twist or smear image in many different ways"),
"Smears an image along vector paths calculated as " "Smears an image along vector paths calculated as "
"the gradient of a separate control matrix. The " "the gradient of a separate control matrix. The "
"effect can look like brushstrokes of acrylic or " "effect can look like brushstrokes of acrylic or "

View file

@ -115,7 +115,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Distort the image with waves."), N_("Distort the image with waves"),
"none yet", "none yet",
"Eric L. Hernes, Stephen Norris", "Eric L. Hernes, Stephen Norris",
"Stephen Norris", "Stephen Norris",

View file

@ -136,7 +136,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Distort an image by whirling and pinching."), N_("Distort an image by whirling and pinching"),
"Distorts the image by whirling and pinching, which " "Distorts the image by whirling and pinching, which "
"are two common center-based, circular distortions. " "are two common center-based, circular distortions. "
"Whirling is like projecting the image onto the " "Whirling is like projecting the image onto the "

View file

@ -174,7 +174,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Smear image to give windblown effect."), N_("Smear image to give windblown effect"),
"Renders a wind effect.", "Renders a wind effect.",
"Nigel Wetten", "Nigel Wetten",
"Nigel Wetten", "Nigel Wetten",

View file

@ -216,7 +216,7 @@ query (void)
}; };
gimp_install_procedure (PRINT_PROC, gimp_install_procedure (PRINT_PROC,
N_("Print image to any recognized printer."), N_("Print image to any recognized printer"),
"Tor Lillqvist <tml@iki.fi>", "Tor Lillqvist <tml@iki.fi>",
"Copyright 1999 Tor Lillqvist", "Copyright 1999 Tor Lillqvist",
"$Id$", "$Id$",
@ -227,7 +227,7 @@ query (void)
print_args, NULL); print_args, NULL);
gimp_install_procedure (PAGE_SETUP_PROC, gimp_install_procedure (PAGE_SETUP_PROC,
N_("Set up page layout for printing."), N_("Set up page layout for printing"),
"Tor Lillqvist <tml@iki.fi>", "Tor Lillqvist <tml@iki.fi>",
"Copyright 1999 Tor Lillqvist", "Copyright 1999 Tor Lillqvist",
"$Id$", "$Id$",

View file

@ -82,7 +82,7 @@ query (void)
}; };
gimp_install_procedure (PLUG_IN_PROC, gimp_install_procedure (PLUG_IN_PROC,
N_("Autocrop unused space from edges and middle."), N_("Autocrop unused space from edges and middle"),
"", "",
"Adam D. Moss", "Adam D. Moss",
"Adam D. Moss", "Adam D. Moss",