diff --git a/bin/mb-jgtools b/bin/mb-jgtools index a7eeb65..4cc96cd 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -666,7 +666,7 @@ case $LANG in SSH_CONN="Połącz po SSH" DESKMNGR="Desktop Session Manager" DESKTOPS="Pulpity i Okna" - DESKGRID="DesktopGrid" + SUPERCLICK="SuperClick" WALLCHANGER="Tapeta" LOCKSCREEN="Blokada Ekranu" MBHELPER="Paleta komend (super+F1)" @@ -685,7 +685,7 @@ case $LANG in SSH_CONN="Conexiones SSH" DESKMNGR="Desktop Session Manager" DESKTOPS="Desktops and Windows" - DESKGRID="Desktop Grid" + SUPERCLICK="SuperClick" WALLCHANGER="Wallpaper" LOCKSCREEN="Screen Locker" MBHELPER="Cmd palette (super-F1)" @@ -704,7 +704,7 @@ case $LANG in SSH_CONN="SSH connections" DESKMNGR="Desktop Session Manager" DESKTOPS="Desktops and Windows" - DESKGRID="DesktopGrid" + SUPERCLICK="SuperClick" WALLCHANGER="Wallpaper" LOCKSCREEN="Screen Locker" MBHELPER="Cmd palette (super-F1)" @@ -768,7 +768,7 @@ fi [[ $places_conkypipe == true || -z ${places_conkypipe} ]] && conkypipe=" $CONKYSETTINGS,^pipe(jgconky-pipe -r)" && pipesep="^sep($PIPEMENUS)" [[ $places_jgdeskmngr == true || -z ${places_jgdeskmngr} ]] && jgdeskmngr=" $DESKMNGR,^pipe(jgdeskmngr -r)" && pipesep="^sep($PIPEMENUS)" [[ $places_jgdesktops == true || -z ${places_jgdesktops} ]] && jgdesktops=" $DESKTOPS,^pipe(jgdesktops -r)" && pipesep="^sep($PIPEMENUS)" -[[ $places_jgdeskgrid == true || -z ${places_jgdeskgrid} ]] && jgdeskgrid=" $DESKGRID,^pipe(jgdeskgrid -r)" && pipesep="^sep($PIPEMENUS)" +[[ $places_jgdeskgrid == true || -z ${places_jgdeskgrid} ]] && jgdeskgrid=" $SUPERCLICK,^pipe(jgdeskgrid -r)" && pipesep="^sep($PIPEMENUS)" [[ $places_jgwallpaperchanger == true || -z ${places_jgwallpaperchanger} ]] && jgwallpaperchanger=" $WALLCHANGER,^pipe(jgwallpaperchanger -r)" && pipesep="^sep($PIPEMENUS)" [[ $places_jglockscreen == true || -z ${places_jglockscreen} ]] && jglockscreen=" $LOCKSCREEN,^pipe(jglockscreen -r)" && pipesep="^sep($PIPEMENUS)"