@@ -2063,9 +2063,9 @@ function menu_app_settings {
appnames+=("Exit")
choice=$(dialog --stdout --backtitle $"Freedombone" \
- --title $"Change Settings for an App" \
+ --title $"Change settings for an App" \
--radiolist $'Choose:' \
- 16 40 20 $applist)
+ 26 40 30 $applist)
if [ $? -eq 0 ]; then
app_index=$[choice-1]