don't mark menu branches for translation; the translatable branch name is
2005-03-24 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/scripts/*.scm: don't mark menu branches for translation; the translatable branch name is registered by the Script-Fu extension.
This commit is contained in:

committed by
Sven Neumann

parent
0a5ce16b84
commit
1754a9daa2
@ -38,7 +38,7 @@
|
||||
"")
|
||||
|
||||
(script-fu-menu-register "gimp-online-main-web-site"
|
||||
_"<Toolbox>/Help/The GIMP Online")
|
||||
"<Toolbox>/Help/The GIMP Online")
|
||||
|
||||
|
||||
(script-fu-register "gimp-online-developer-web-site"
|
||||
@ -50,7 +50,7 @@
|
||||
"")
|
||||
|
||||
(script-fu-menu-register "gimp-online-developer-web-site"
|
||||
_"<Toolbox>/Help/The GIMP Online")
|
||||
"<Toolbox>/Help/The GIMP Online")
|
||||
|
||||
|
||||
(script-fu-register "gimp-online-plug-in-web-site"
|
||||
@ -62,4 +62,4 @@
|
||||
"")
|
||||
|
||||
(script-fu-menu-register "gimp-online-plug-in-web-site"
|
||||
_"<Toolbox>/Help/The GIMP Online")
|
||||
"<Toolbox>/Help/The GIMP Online")
|
||||
|
Reference in New Issue
Block a user