[gimp] script-fu: menu path should not be marked for translation
- From: Sven Neumann <neo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] script-fu: menu path should not be marked for translation
- Date: Mon, 31 May 2010 19:36:00 +0000 (UTC)
commit e745ad94e4fc4b5c5410d7767cc4a6a6133d5c8c
Author: Sven Neumann <sven gimp org>
Date: Mon May 31 21:10:46 2010 +0200
script-fu: menu path should not be marked for translation
plug-ins/script-fu/scripts/palette-export.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/palette-export.scm b/plug-ins/script-fu/scripts/palette-export.scm
index 085894c..9970b84 100644
--- a/plug-ins/script-fu/scripts/palette-export.scm
+++ b/plug-ins/script-fu/scripts/palette-export.scm
@@ -234,7 +234,7 @@
SF-STRING "The name of the file to create
(If a file with this name already exist, it will be replaced)" (string-append "palette." file-type)
)
- (script-fu-menu-register (string-append "gimp-palette-export-" export-type) _"<Palettes>/Export as")
+ (script-fu-menu-register (string-append "gimp-palette-export-" export-type) "<Palettes>/Export as")
)
(define (bad-file-name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]