瀏覽代碼

Improve default GUI title

Lortseam 4 年之前
父節點
當前提交
f6a0352143
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .gitignore
  2. 1 1
      lib/src/main/resources/assets/completeconfig/lang/en_us.json

+ 1 - 1
.gitignore

@@ -26,5 +26,5 @@ bin/
 
 # fabric
 
-run/
+example/run/
 /logs/

+ 1 - 1
lib/src/main/resources/assets/completeconfig/lang/en_us.json

@@ -1,3 +1,3 @@
 {
-  "completeconfig.gui.defaultTitle": "%s Config"
+  "completeconfig.gui.defaultTitle": "%s Configuration"
 }