app: Add a better tooltip to "Save a Copy" (see Bug 588097)

This commit is contained in:
Barak Itkin 2010-08-23 16:10:39 +03:00
parent 3d6eff1d49
commit 6411f5e327
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static const GimpEnumActionEntry file_save_actions[] =
{ "file-save-a-copy", NULL,
NC_("file-action", "Save a Cop_y..."), NULL,
NC_("file-action",
"Save this image with a different name, but keep its current name"),
"Save a copy of this image, without affecting the source file (if any) or the current state of the image"),
GIMP_SAVE_MODE_SAVE_A_COPY, FALSE,
GIMP_HELP_FILE_SAVE_A_COPY },