瀏覽代碼

Capitalization fix

Scarsz 11 年之前
父節點
當前提交
fe32eb552e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/fn_check_steamuser

+ 1 - 1
functions/fn_check_steamuser

@@ -6,7 +6,7 @@
 
 if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ]; then
 		fn_printwarnnl "Steam login not set. Using anonymous login."
-		fn_scriptlog "Steam Login not set. Using anonymous login."
+		fn_scriptlog "Steam login not set. Using anonymous login."
 		if [ "${steamuser}" == "username" ]; then
 			echo "	* Change steamuser=\"username\" to a valid steam login."
 			fn_scriptlog "Change steamuser=\"username\" to a valid steam login."