From 4a7265b7f6597d00879ef5b370a7babd194cede5 Mon Sep 17 00:00:00 2001 From: napcok Date: Tue, 31 Jan 2017 12:39:11 +0100 Subject: [PATCH] recently used pipemenu fix --- usr/bin/mabox-recent-files-pipemenu | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr/bin/mabox-recent-files-pipemenu b/usr/bin/mabox-recent-files-pipemenu index db081b8..2586832 100755 --- a/usr/bin/mabox-recent-files-pipemenu +++ b/usr/bin/mabox-recent-files-pipemenu @@ -29,9 +29,11 @@ maximum_entries=15 # max. number of entries in menu case $LANG in pl*) NOTFOUND="Nie znaleziono pliku recently-used.xbel" + CLEAR="Wyczyść ostatnio używane" ;; *) NOTFOUND="Cannot find a readable recently-used.xbel file" + CLEAR="Clear recently used file list" ;; esac @@ -48,7 +50,7 @@ then else echo "$0: cannot find a readable recently-used.xbel file" >&2 echo ' - + ' exit 1 fi @@ -104,7 +106,7 @@ files=$(perl -MURI::Escape -e 'print uri_unescape($ARGV[0]);' "$files") output=' '"$files"' - + ''"$0"'' --clear