UltimateByte 9 лет назад
Родитель
Сommit
b2c96b67fc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

@@ -444,7 +444,7 @@ fn_installed_mods_lightlist(){
 	installedmodscount="$(cat "${modslockfilefullpath}" | wc -l)"
 	if [ -f "${modslockfilefullpath}" ]&&[ $installedmodscount -gt 0 ]; then
 		echo "================================="
-		echo "Installed mods/addons
+		echo "Installed mods/addons"
 		# Set variables
 		installedmodsline="1"
 		installedmodslist=()