script-fu: menu path should not be marked for translation

This commit is contained in:
Sven Neumann 2010-05-31 21:10:46 +02:00
parent 356d2fb88c
commit e745ad94e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)