From 7b6328372a3cb6d40f3dc71031604db2972d6926 Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Sun, 11 Sep 2022 15:29:33 -0500 Subject: [PATCH] birdtray: fix long name for icedove. --- helpers/make-birdtray | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/make-birdtray b/helpers/make-birdtray index cfb76d66..2dd17318 100644 --- a/helpers/make-birdtray +++ b/helpers/make-birdtray @@ -17,12 +17,12 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config #Replace name & paths. rpl -R '/.thunderbird' '/.icedove' . -rpl -R 'Mozilla Thunderbird' 'Trisquel Icedove' . +rpl -R 'Mozilla Thunderbird' 'Icedove Mail' . rpl -R 'Thunderbirda' 'Icedove' src/translations rpl -R 'Thunderbird' 'Icedove' src/translations \ contrib \ -- GitLab