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:
Barak Itkin 2010-06-12 20:49:44 +03:00
parent d3e7864b5c
commit c37c0024af
1 changed files with 1 additions and 1 deletions

View File

@ -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 },