[gimp/soc-2010-cage] app: Fix the description of layers-merge-down
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] app: Fix the description of layers-merge-down
- Date: Wed, 30 Jun 2010 22:09:03 +0000 (UTC)
commit 880e86f60359c3d282cf90706f3ceb0facb45751
Author: Barak Itkin <lightningismyname gmail com>
Date: Sat Jun 12 20:49:44 2010 +0300
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.
app/actions/layers-actions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c
index 099e609..db5982f 100644
--- a/app/actions/layers-actions.c
+++ b/app/actions/layers-actions.c
@@ -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 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]