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:
Michael Natterer 2011-03-21 22:58:59 +01:00
parent 33dd20750f
commit 569299523e
1 changed files with 2 additions and 2 deletions

View File

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