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:
@ -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 },
|
||||
|
||||
|
Reference in New Issue
Block a user