app: more accurate labels for "Visible" actions.

There were 4 actions displaying as "Visible" only: channels-visible,
drawable-visible, layers-visible and vectors-visible. This was not very
useful to differentiate them (for instance in action search). Just make
clearer labels.
This commit is contained in:
Jehan
2017-11-15 21:14:41 +01:00
parent a3b6f01824
commit 87140a4cc6
4 changed files with 5 additions and 5 deletions

View File

@ -110,7 +110,7 @@ static const GimpActionEntry channels_actions[] =
static const GimpToggleActionEntry channels_toggle_actions[] =
{
{ "channels-visible", GIMP_ICON_VISIBLE,
NC_("channels-action", "_Visible"), NULL, NULL,
NC_("channels-action", "Toggle channel _visibility"), NULL, NULL,
G_CALLBACK (channels_visible_cmd_callback),
FALSE,
GIMP_HELP_CHANNEL_VISIBLE },