mirror of https://github.com/GNOME/gimp.git
script-fu: menu path should not be marked for translation
This commit is contained in:
parent
356d2fb88c
commit
e745ad94e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue