[gimp] Bug 641529 - Image Map plugin. The name of 2 buttons are not too clear
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 641529 - Image Map plugin. The name of 2 buttons are not too clear
- Date: Mon, 21 Mar 2011 21:59:49 +0000 (UTC)
commit 569299523e178cada9e849f11c75c155d996ab2d
Author: Michael Natterer <mitch gimp org>
Date: Mon Mar 21 22:58:59 2011 +0100
Bug 641529 - Image Map plugin. The name of 2 buttons are not too clear
It can't hurt to have more obvious tooltips.
Changed to "Move Area to Top/Bottom".
plug-ins/imagemap/imap_menu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/imagemap/imap_menu.c b/plug-ins/imagemap/imap_menu.c
index c6df8e0..edb0735 100644
--- a/plug-ins/imagemap/imap_menu.c
+++ b/plug-ins/imagemap/imap_menu.c
@@ -166,9 +166,9 @@ static const GtkActionEntry entries[] = {
N_("Edit selected area info"), do_edit_selected_shape},
{ "Preferences", GTK_STOCK_PREFERENCES, NULL, NULL, N_("Preferences"),
do_preferences_dialog},
- { "MoveToFront", IMAP_STOCK_TO_FRONT, "", NULL, N_("Move to Front"),
+ { "MoveToFront", IMAP_STOCK_TO_FRONT, "", NULL, N_("Move Area to Front"),
do_move_to_front},
- { "SendToBack", IMAP_STOCK_TO_BACK, "", NULL, N_("Send to Back"),
+ { "SendToBack", IMAP_STOCK_TO_BACK, "", NULL, N_("Move Area to Bottom"),
do_send_to_back},
{ "DeleteArea", NULL, N_("Delete Area"), NULL, NULL, NULL},
{ "MoveUp", GTK_STOCK_GO_UP, N_("Move Up"), NULL, NULL, NULL},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]