Browse Source

Trying another look

UltimateByte 9 years ago
parent
commit
46802979b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lgsm/functions/mods_list.sh

+ 2 - 2
lgsm/functions/mods_list.sh

@@ -238,8 +238,8 @@ fn_mods_show_available(){
 		displayedmodsite="${compatiblemodslist[compatiblemodslistindex+2]}"
 		displayedmoddescription="${compatiblemodslist[compatiblemodslistindex+3]}"
 		# Output mods to the user
-		echo -e "\e[36m${displayedmodcommand}\e[0m - \e[1m${displayedmodname}\e[0m"
-		echo -e " * ${displayedmoddescription} - ${displayedmodsite}"
+		echo -e "\e[1m${displayedmodname}\e[0m - ${displayedmoddescription} - ${displayedmodsite}"
+		echo -e " * \e[36m${displayedmodcommand}\e[0m"
 		# Increment index from the amount of values we just displayed
 		let "compatiblemodslistindex+=4"
 	done