[gimp] plug-ins: Change 'Screenshot' menu label to 'From Screenshot'



commit 34dbc7b2289aae37606d80f7ceb6bb6c5009ac9c
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun May 17 13:29:27 2009 +0200

    plug-ins: Change 'Screenshot' menu label to 'From Screenshot'
    
    Change 'Screenshot' menu label to 'From Screenshot' in the File ->
    Create menu.
---
 plug-ins/common/screenshot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plug-ins/common/screenshot.c b/plug-ins/common/screenshot.c
index 9d7d6ac..cd62069 100644
--- a/plug-ins/common/screenshot.c
+++ b/plug-ins/common/screenshot.c
@@ -249,7 +249,7 @@ query (void)
                           "Henrik Brix Andersen <brix gimp org>",
                           "1998 - 2008",
                           "v1.1 (2008/04)",
-                          N_("_Screenshot..."),
+                          N_("From _Screenshot..."),
                           NULL,
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args),



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