Ver Fonte

changed WARNING to WARN

Daniel Gibbs há 7 anos atrás
pai
commit
4cc8973c2b
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      lgsm/functions/core_messages.sh

+ 2 - 2
lgsm/functions/core_messages.sh

@@ -315,11 +315,11 @@ fn_print_fail_eol_nl(){
 
 # WARN
 fn_print_warn_eol(){
-	echo -en "${red}WARNING${default}"
+	echo -en "${red}WARN${default}"
 }
 
 fn_print_warn_eol_nl(){
-	echo -e "${red}WARNING${default}"
+	echo -e "${red}WARN${default}"
 }
 
 # INFO