diff --git a/menus/channels-menu.ui b/menus/channels-menu.ui
index 9ee8b6ca10..87d273e5cb 100644
--- a/menus/channels-menu.ui
+++ b/menus/channels-menu.ui
@@ -8,7 +8,7 @@
- app.channels-edit-attributes
- Color Tags
+ Color Tags
- app.channels-color-tag-none
- app.channels-color-tag-blue
- app.channels-color-tag-green
diff --git a/menus/error-console-menu.ui b/menus/error-console-menu.ui
index 2621bb154b..953aee7480 100644
--- a/menus/error-console-menu.ui
+++ b/menus/error-console-menu.ui
@@ -9,7 +9,7 @@
- error-console.error-console-save-selection
- _Highlight
+ _Highlight
- error-console.error-console-highlight-error
- error-console.error-console-highlight-warning
- error-console.error-console-highlight-info
diff --git a/menus/layers-menu.ui b/menus/layers-menu.ui
index 046b957e9f..2aea47e9f0 100644
--- a/menus/layers-menu.ui
+++ b/menus/layers-menu.ui
@@ -9,19 +9,19 @@
- app.layers-edit-text
- app.layers-edit-attributes
- Blend Space
+ Blend Space
- app.layers-blend-space-auto
- app.layers-blend-space-rgb-linear
- app.layers-blend-space-rgb-perceptual
- Composite Space
+ Composite Space
- app.layers-composite-space-auto
- app.layers-composite-space-rgb-linear
- app.layers-composite-space-rgb-perceptual
- Composite Mode
+ Composite Mode
- app.layers-composite-mode-auto
- app.layers-composite-mode-union
- app.layers-composite-mode-clip-to-backdrop
@@ -29,7 +29,7 @@
- app.layers-composite-mode-intersection
- Color Tags
+ Color Tags
- app.layers-color-tag-none
- app.layers-color-tag-blue
- app.layers-color-tag-green
diff --git a/menus/palettes-menu.ui b/menus/palettes-menu.ui
index 1f259a1511..526d23b0ce 100644
--- a/menus/palettes-menu.ui
+++ b/menus/palettes-menu.ui
@@ -20,5 +20,8 @@
- palettes.palettes-refresh
+
+ Export as
+
diff --git a/menus/vectors-menu.ui b/menus/vectors-menu.ui
index e3bf35a469..0031ee8e6f 100644
--- a/menus/vectors-menu.ui
+++ b/menus/vectors-menu.ui
@@ -9,7 +9,7 @@
- app.vectors-edit
- app.vectors-edit-attributes
- Color Tags
+ Color Tags
- app.vectors-color-tag-none
- app.vectors-color-tag-blue
- app.vectors-color-tag-green
diff --git a/plug-ins/script-fu/scripts/palette-export.scm b/plug-ins/script-fu/scripts/palette-export.scm
index a1d88c6110..c73418a6e6 100644
--- a/plug-ins/script-fu/scripts/palette-export.scm
+++ b/plug-ins/script-fu/scripts/palette-export.scm
@@ -261,7 +261,7 @@
)
)
)
-(register-palette-exporter "css" "_CSS stylesheet..." "css"
+(register-palette-exporter "css" _"_CSS stylesheet..." "css"
(string-append _"Export the active palette as a CSS stylesheet with the color entry name as their class name, and the color itself as the color attribute")
"Barak Itkin "
"Barak Itkin" "May 15th, 2009")
@@ -287,7 +287,7 @@
)
)
)
-(register-palette-exporter "php" "P_HP dictionary..." "php"
+(register-palette-exporter "php" _"P_HP dictionary..." "php"
_"Export the active palette as a PHP dictionary (name => color)"
"Barak Itkin "
"Barak Itkin" "May 15th, 2009")
@@ -319,7 +319,7 @@
)
)
)
-(register-palette-exporter "python" "_Python dictionary" "py"
+(register-palette-exporter "python" _"_Python dictionary..." "py"
_"Export the active palette as a Python dictionary (name: color)"
"Barak Itkin "
"Barak Itkin" "May 15th, 2009")
@@ -348,7 +348,7 @@
)
)
)
-(register-palette-exporter "text" "_Text file..." "txt"
+(register-palette-exporter "text" _"_Text file..." "txt"
_"Write all the colors in a palette to a text file, one hexadecimal value per line (no names)"
"Barak Itkin "
"Barak Itkin" "May 15th, 2009")
@@ -395,7 +395,7 @@
)
)
-(register-palette-exporter "java" "J_ava map..." "java"
+(register-palette-exporter "java" _"J_ava map..." "java"
_"Export the active palette as a java.util.Hashtable<String,Color>"
"Barak Itkin "
"Barak Itkin" "May 15th, 2009")
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d342de7275..e28b894721 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -662,6 +662,7 @@ menus/dashboard-menu.ui
menus/dockable-menu.ui.in.in
menus/dynamics-editor-menu.ui
menus/dynamics-menu.ui
+menus/error-console-menu.ui
menus/gradient-editor-menu.ui
menus/gradients-menu.ui
menus/image-menu.ui.in.in