Browse Source

changed to infomation

Daniel Gibbs 10 năm trước cách đây
mục cha
commit
f0c7d42f06
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 $@"
 }