mirror of https://github.com/GNOME/gimp.git
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".
This commit is contained in:
parent
33dd20750f
commit
569299523e
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue