mirror of https://github.com/GNOME/gimp.git
app: Fix the description of layers-merge-down
When merging down a layer, currently the selected layer will be merged with the first visible layer below it. So, we better inform the user that the merging operation will not necessarily be with the first layer below it, but with the first visible layer below it.
This commit is contained in:
parent
d3e7864b5c
commit
c37c0024af
|
@ -149,7 +149,7 @@ static const GimpActionEntry layers_actions[] =
|
|||
|
||||
{ "layers-merge-down", GIMP_STOCK_MERGE_DOWN,
|
||||
NC_("layers-action", "Merge Do_wn"), NULL,
|
||||
NC_("layers-action", "Merge this layer with the one below it"),
|
||||
NC_("layers-action", "Merge this layer with the first visible layer below it"),
|
||||
G_CALLBACK (layers_merge_down_cmd_callback),
|
||||
GIMP_HELP_LAYER_MERGE_DOWN },
|
||||
|
||||
|
|
Loading…
Reference in New Issue