From 394ea8e2a63a213db0018ba807c5a8fb5b949041 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 13 Oct 2018 01:47:08 +0200 Subject: [PATCH] String correction --- install/apps/graphic/graphic | 2 +- install/apps/internet/torrent | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/apps/graphic/graphic b/install/apps/graphic/graphic index ece0dbb..19094b5 100644 --- a/install/apps/graphic/graphic +++ b/install/apps/graphic/graphic @@ -4,7 +4,7 @@ options=() options+=("gimp" "(GTK)" off) options+=("inkscape" "(GTK)" off) -options+=("dia" "(GTK" off) +options+=("dia" "(GTK)" off) options+=("krita" "(QT)" off) sel=$(whiptail --backtitle "$apptitle" --title "Graphic applications :" --checklist "Choose what you want" --cancel-button "Back" 0 0 0 \ diff --git a/install/apps/internet/torrent b/install/apps/internet/torrent index ab9b54b..1d44e2f 100644 --- a/install/apps/internet/torrent +++ b/install/apps/internet/torrent @@ -5,7 +5,7 @@ options=() options+=("transmission-gtk" "(GTK)" off) options+=("transmission-qt" "(QT)" off) options+=("ktorrent" "(QT)" off) -options+=("qbittorrent" "(QT" off) +options+=("qbittorrent" "(QT)" off) options+=("deluge" "(PYTHON)" off) options+=("tixati" "(AUR) (GTK)" off)