From 3750ae0f0e7d871ccce6c6f0c4a45613333362fd Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 13 Oct 2018 01:31:20 +0200 Subject: [PATCH] video tools app : Some updates --- install/apps/multimedia/videotools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/apps/multimedia/videotools b/install/apps/multimedia/videotools index 077854a..bd12f59 100644 --- a/install/apps/multimedia/videotools +++ b/install/apps/multimedia/videotools @@ -2,8 +2,8 @@ . ./lib options=() -options+=("avidemux-qt" "Video Editor" off) -options+=("simplescreenrecorder" "Screen Recorder" off) +options+=("avidemux-qt" "(QT) Video Editor" off) +options+=("simplescreenrecorder" "(QT) Screen Recorder" off) sel=$(whiptail --backtitle "$apptitle" --title "Videos Tools applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ "${options[@]}" \