Bug 563966 - Edit - Copy _Visible Named tooltip can be improved

Mention "what is visible" in the tooltip for edit-named-copy-visible.
This commit is contained in:
Michael Natterer
2009-06-11 13:41:05 +02:00
parent 9b6c9e1fe4
commit 907971bab3

View File

@ -169,7 +169,8 @@ static const GimpActionEntry edit_actions[] =
{ "edit-named-copy-visible", NULL, /* GIMP_STOCK_COPY_VISIBLE, */
NC_("edit-action", "Copy _Visible Named..."), "",
NC_("edit-action", "Copy the selected region to a named buffer"),
NC_("edit-action",
"Copy what is visible in the selected region to a named buffer"),
G_CALLBACK (edit_named_copy_visible_cmd_callback),
GIMP_HELP_BUFFER_COPY },