mirror of https://github.com/GNOME/gimp.git
the inward/outward parameter affects the zoom mode, not radial
svn path=/trunk/; revision=23734
This commit is contained in:
parent
9ba63e340d
commit
1c22f13fd4
|
@ -170,7 +170,7 @@ query (void)
|
|||
gimp_install_procedure (PLUG_IN_PROC_INWARD,
|
||||
N_("Simulate movement using directional blur"),
|
||||
"This procedure is equivalent to plug-in-mblur but "
|
||||
"performs the radial blur inward instead of outward.",
|
||||
"performs the zoom blur inward instead of outward.",
|
||||
"Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger",
|
||||
"Torsten Martinsen, Federico Mena Quintero, Daniel Skarda, Joerg Gittinger",
|
||||
PLUG_IN_VERSION,
|
||||
|
|
Loading…
Reference in New Issue