diff --git a/bin/colorizer b/bin/colorizer
index 85f3829..daeadd8 100755
--- a/bin/colorizer
+++ b/bin/colorizer
@@ -146,6 +146,7 @@ case "$LANG" in
RES_CONKY="Conky"
RES_MENU="Menu i Paneli"
RES_ALL="Wszystko (OB, menu, conky)"
+ COLORIZE="Pokoloruj..."
;;
*)
REGENERATE="(Re)Generate from wallpaper colors..."
@@ -232,11 +233,12 @@ case "$LANG" in
HELP="Main Window and Help"
RESET_COLORS="Reset Colors"
RESET_CHOOSE="Reset..."
- RESET_SEP="Resey Colors of ..."
+ RESET_SEP="Reset Colors of ..."
RES_OB_WD="OpenBox Window Decorations"
RES_CONKY="Conkies"
RES_MENU="Menus / Panels"
RES_ALL="All (OB, menus, conky)"
+ COLORIZE="Colorize..."
;;
esac
@@ -279,7 +281,7 @@ else
out+=(" $HELP,yhtml /usr/share/mabox-colorizer/help/en.html 'Mabox Colorizer'")
fi
out+=("^sep()")
-out+=(" Randomizer,^pipe(randomizer c)")
+out+=(" $COLORIZE,^pipe(randomizer c)")
out+=("^sep($MODULES)")
out+=("$OBTHEME,^pipe(colorizer-ob)")
out+=("Conky,^pipe(colorizer-conky)")
@@ -571,9 +573,9 @@ out3+=("$NO,mb-setvar wall2themes_pyradio=none $CNF_FILE;colorizer -s")
out3+=("^sep()")
out3+=("$LIGHTBG,mb-setvar wall2themes_pyradio=light $CNF_FILE;colorizer -s")
out3+=("$DARKBG,mb-setvar wall2themes_pyradio=dark $CNF_FILE;colorizer -s")
-out2+=("^sep()")
+#out2+=("^sep()")
-out2+=("$WALLPAPERS,^checkout(wallpapersettings)")
+#out2+=("$WALLPAPERS,^checkout(wallpapersettings)")
out3+=("^tag(wallpapersettings)")
out3+=("^sep($SYSWALLPAPER ($syswallp))")
out3+=("^sep(/usr/share/backgrounds)")
diff --git a/share/mabox-colorizer/help/en.html b/share/mabox-colorizer/help/en.html
index 048f2c6..fc54e31 100644
--- a/share/mabox-colorizer/help/en.html
+++ b/share/mabox-colorizer/help/en.html
@@ -6,7 +6,7 @@