From 91c42e3d46166ea03d94ac025ed254c43424cc18 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 14 Nov 2021 01:26:07 +0100 Subject: [PATCH] mb-places --- usr/bin/mb-places | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/bin/mb-places b/usr/bin/mb-places index d15d211..7ebcfe5 100755 --- a/usr/bin/mb-places +++ b/usr/bin/mb-places @@ -16,8 +16,8 @@ case $LANG in ;; es*) LABEL="Places" - ROOTDIR="Root Directory (/)" - HOME_DIR="Home Directory (~)" + ROOTDIR="Root Directory" + HOME_DIR="Home Directory" SHOW_HIDDEN="Show hidden files" EDIT="Edit" FILETOOLS="File Tools" @@ -25,8 +25,8 @@ case $LANG in ;; *) LABEL="Places" - ROOTDIR="Root Directory (/)" - HOME_DIR="Home Directory (~)" + ROOTDIR="Root Directory" + HOME_DIR="Home Directory" SHOW_HIDDEN="Show hidden files" EDIT="Edit" FILETOOLS="File Tools"