removed '...' from progress messages. They are redundant because we are

2005-09-30  Michael Natterer  <mitch@gimp.org>

	* plug-ins/*/*.c: removed '...' from progress messages. They are
	redundant because we are already in a progress. Ported some more
	g_strdup_printf()/gimp_progress_init() to
	gimp_progress_init_printf(). Core will follow...
This commit is contained in:
Michael Natterer
2005-09-30 08:16:10 +00:00
committed by Michael Natterer
parent 8ef2823a06
commit 3f5050323f
149 changed files with 270 additions and 277 deletions

View File

@ -426,7 +426,7 @@ unsharp_region (GimpPixelRgn *srcPR,
gint threshold = unsharp_params.threshold;
if (show_progress)
gimp_progress_init (_("Blurring..."));
gimp_progress_init (_("Blurring"));
/* generate convolution matrix
and make sure it's smaller than each dimension */
@ -462,7 +462,7 @@ unsharp_region (GimpPixelRgn *srcPR,
}
if (show_progress)
gimp_progress_init (_("Merging..."));
gimp_progress_init (_("Merging"));
/* merge the source and destination (which currently contains
the blurred version) images */