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:
committed by
Michael Natterer
parent
8ef2823a06
commit
3f5050323f
@ -329,7 +329,7 @@ solid_noise (GimpDrawable *drawable,
|
||||
/* Initialization */
|
||||
solid_noise_init ();
|
||||
if (!preview)
|
||||
gimp_progress_init (_("Solid Noise..."));
|
||||
gimp_progress_init (_("Solid Noise"));
|
||||
|
||||
progress = 0;
|
||||
max_progress = width * height;
|
||||
|
||||
Reference in New Issue
Block a user