String correction

This commit is contained in:
MatMoul 2018-10-13 01:47:08 +02:00
parent 743af93962
commit 394ea8e2a6
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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)