earthlng 7 年之前
父節點
當前提交
754ec610d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      updater.bat

+ 1 - 1
updater.bat

@@ -29,7 +29,7 @@ IF EXIST user.js (
 	)
 ) ELSE ( ECHO user.js not found. )
 ECHO.
-ECHO This batch should be run from your Firefox profile directory. It will download the latest version of ghacks user.js from github and then append any of your own changes from user-override.js to it.
+ECHO This batch should be run from your Firefox profile directory. It will download the latest version of ghacks user.js from github and then append any of your own changes from user-overrides.js to it.
 ECHO.
 CHOICE /M "Continue"
 IF ERRORLEVEL 2 GOTO end