Ver Fonte

changed to infomation

Daniel Gibbs há 10 anos atrás
pai
commit
f0c7d42f06
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      functions/fn_messages

+ 2 - 2
functions/fn_messages

@@ -129,10 +129,10 @@ fn_printerrornl(){
 }
 
 # Info!
-fn_printinfo(){
+fn_printinfomation(){
     echo -en "\e[0;36mInfo!\e[0m $@"
 }
 
-fn_printinfonl(){
+fn_printinfomationnl(){
     echo -e "\e[0;36mInfo!\e[0m $@"
 }