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



commit 6411f5e32782b97a3e35c45cad5057b577a11530
Author: Barak Itkin <lightningismyname gmail com>
Date:   Mon Aug 23 16:10:39 2010 +0300

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

 app/actions/file-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index b4bd593..6b77b42 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -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 },
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]