[gimp] Menu items from file-pdf-save.c are now translatable



commit 2a55c1cc5233db888c5afd8ced36ded38feee493
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Dec 4 01:02:30 2011 +0400

    Menu items from file-pdf-save.c are now translatable

 plug-ins/common/file-pdf-save.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 0292ab8..d09e96e 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -268,7 +268,7 @@ query (void)
                           "Barak Itkin",
                           "Copyright Barak Itkin",
                           "August 2009",
-                          "_Save as PDF...",
+                          N_("_Save as PDF..."),
                           "RGB*, GRAY*, INDEXED*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (save_defaults_args), 0,
@@ -280,7 +280,7 @@ query (void)
                           "Barak Itkin",
                           "Copyright Barak Itkin",
                           "August 2009",
-                          "_Save as PDF...",
+                          N_("_Save as PDF..."),
                           "RGB*, GRAY*, INDEXED*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (save_args), 0,
@@ -292,7 +292,7 @@ query (void)
                           "Barak Itkin",
                           "Copyright Barak Itkin",
                           "August 2009",
-                          "_Create multipage PDF...",
+                          N_("_Create multipage PDF..."),
                           "RGB*, GRAY*, INDEXED*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (save_multi_args), 0,



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