From 62e6612afbcf3f34dab4f54c58585a849c8fd0f3 Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Sun, 12 Feb 2017 03:44:27 +0100 Subject: [PATCH] more descriptive profile install menu --- manjaro-architect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manjaro-architect b/manjaro-architect index 684fbd1..f33f542 100755 --- a/manjaro-architect +++ b/manjaro-architect @@ -2910,8 +2910,8 @@ install_graphics_menu() { dialog --default-item ${HIGHLIGHT_SUB} --backtitle "$VERSION - $SYSTEM ($ARCHI)" --title " $_InstGrMenuTitle " --menu "$_InstGrMenuBody" 0 0 8 \ "1" "$_InstGrMenuDS" \ "2" "$_InstGrMenuDD" \ - "3" "Install Manjaro Desktop (stable)" \ - "4" "Install Manjaro Desktop (git)" \ + "3" "Install Manjaro Desktop (stable profiles)" \ + "4" "Install Manjaro Desktop (development profiles)" \ "5" "$_InstGrMenuGE" \ "6" "$_InstGrMenuDM" \ "7" "$_PrepKBLayout" \