app: minor typo spotted on gimp:grow operation. s/diection/direction/
This commit is contained in:
parent
52fe319fcb
commit
ed1b7f4697
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ gimp_operation_grow_class_init (GimpOperationGrowClass *klass)
|
|||
g_object_class_install_property (object_class, PROP_RADIUS_X,
|
||||
g_param_spec_int ("radius-x",
|
||||
"Radius X",
|
||||
"Grow radius in X diection",
|
||||
"Grow radius in X direction",
|
||||
1, 2342, 1,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
|
@ -104,7 +104,7 @@ gimp_operation_grow_class_init (GimpOperationGrowClass *klass)
|
|||
g_object_class_install_property (object_class, PROP_RADIUS_Y,
|
||||
g_param_spec_int ("radius-y",
|
||||
"Radius Y",
|
||||
"Grow radius in Y diection",
|
||||
"Grow radius in Y direction",
|
||||
1, 2342, 1,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
|
|
|||
Loading…
Reference in a new issue