renamed to "Polar Coordinates" and some other string changes.

2006-02-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/polar.c: renamed to "Polar Coordinates" and some
	other string changes.
This commit is contained in:
Sven Neumann 2006-02-01 21:36:47 +00:00 committed by Sven Neumann
parent 455ba690dc
commit 8fa8854bac
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2006-02-01 Sven Neumann <sven@gimp.org>
* plug-ins/common/polar.c: renamed to "Polar Coordinates" and some
other string changes.
2006-02-01 Sven Neumann <sven@gimp.org>
* plug-ins/imagemap/imap_about.c

View File

@ -1,7 +1,7 @@
/* The GIMP -- an image manipulation program
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
*
* Polarize plug-in --- maps a rectangul to a circle or vice-versa
* Polarize plug-in --- maps a rectangle to a circle or vice-versa
* Copyright (C) 1997 Daniel Dunbar
* Email: ddunbar@diads.com
* WWW: http://millennium.diads.com/gimp/
@ -151,14 +151,14 @@ query (void)
};
gimp_install_procedure (PLUG_IN_PROC,
"Converts and image to and from polar coords",
"Converts an image to and from polar coordinates",
"Remaps and image from rectangular coordinates "
"to polar coordinates "
"or vice versa",
"Daniel Dunbar and Federico Mena Quintero",
"Daniel Dunbar and Federico Mena Quintero",
PLUG_IN_VERSION,
N_("P_olar Coords..."),
N_("P_olar Coordinates..."),
"RGB*, GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
@ -346,7 +346,7 @@ polarize (GimpDrawable *drawable)
gimp_context_get_background (&background);
gimp_pixel_fetcher_set_bg_color (pft, &background);
gimp_progress_init (_("Polarizing"));
gimp_progress_init (_("Polar coordinates"));
iter = gimp_rgn_iterator_new (drawable, 0);
gimp_rgn_iterator_dest (iter, polarize_func, pft);
@ -578,7 +578,7 @@ polarize_dialog (GimpDrawable *drawable)
gimp_ui_init (PLUG_IN_BINARY, TRUE);
dialog = gimp_dialog_new (_("Polarize"), PLUG_IN_BINARY,
dialog = gimp_dialog_new (_("Polar Coordinates"), PLUG_IN_BINARY,
NULL, 0,
gimp_standard_help_func, PLUG_IN_PROC,