String correction
This commit is contained in:
parent
743af93962
commit
394ea8e2a6
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue