Rename UI strings

After discussion in IRC some weeks ago give the Selection-Flood items
the more meaningful name Selection-Remove holes.
	modified:   app/actions/select-actions.c
        modified:   app/core/gimpselection.c
This commit is contained in:
Sven Claussner
2016-02-03 19:25:02 +00:00
parent 0dc8662764
commit f4adb9a078
2 changed files with 3 additions and 3 deletions

View File

@ -102,8 +102,8 @@ static const GimpActionEntry select_actions[] =
GIMP_HELP_SELECTION_BORDER },
{ "select-flood", NULL,
NC_("select-action", "F_lood"), NULL,
NC_("select-action", "Level the selection's interior"),
NC_("select-action", "Re_move holes"), NULL,
NC_("select-action", "Remove holes from the selection"),
G_CALLBACK (select_flood_cmd_callback),
GIMP_HELP_SELECTION_FLOOD },