From 7fcb9fc07305b155b36f2e4497b129e2db4a24fc Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 24 Aug 2020 10:11:11 +0200 Subject: [PATCH] update --- bin/mb-jgtools | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bin/mb-jgtools b/bin/mb-jgtools index 5b6d0de..651dcaf 100755 --- a/bin/mb-jgtools +++ b/bin/mb-jgtools @@ -28,10 +28,13 @@ BOOKMARKS="$HOME/.gtk-bookmarks" if [[ -s "$BOOKMARKS" ]]; then case $LANG in pl*) - GTK_BOOKMARKS="Zakładki GTK" + GTK_BOOKMARKS="Zakładki" + ;; + es*) + GTK_BOOKMARKS="Marcadores" ;; *) - GTK_BOOKMARKS="GTK Bookmarks" + GTK_BOOKMARKS="Bookmarks" ;; esac while read -r line @@ -105,7 +108,7 @@ sep_markup = weight="bold" foreground="${color_title_fg% *}" sep_height = ${sep_height:-5} font = ${jgmenu_font:-Noto Sans Medium 9} icon_size = ${jgmenu_icon_size:-0} -icon_theme = ${jgmenu_icon_theme:-Numix-Circle} +icon_theme = ${jgmenu_icon_theme:-Numix-Square} EOF unset font @@ -479,7 +482,7 @@ case $LANG in CANCEL="Anuluj" ;; es*) - CANCEL="Cancelar" + CANCEL="Cancelar" ;; *) CANCEL="Cancel"