Browse Source

Single word avoids splitting

Bob Mottram 9 years ago
parent
commit
5a320d2a86
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel View File

1866
         fi
1866
         fi
1867
         app_index=$[app_index+1]
1867
         app_index=$[app_index+1]
1868
     done
1868
     done
1869
-    backstr=$'Back to main menu'
1870
-    applist="$applist $n \"$backstr\" on"
1869
+    backstr=$'Exit'
1870
+    applist="$applist $n $backstr on"
1871
     appnames+=("Exit")
1871
     appnames+=("Exit")
1872
 
1872
 
1873
     choice=$(dialog --stdout --backtitle $"Freedombone" \
1873
     choice=$(dialog --stdout --backtitle $"Freedombone" \