Skip to content

Commit a01406c

Browse files
committed
Update ProjectGenesis.cs
1 parent 77fb971 commit a01406c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectGenesis.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void Awake()
9696
"Enable Tech Exploration Mode, which will hide locked techs in tech tree.\n启用科技探索模式,启用后将隐藏未解锁的科技");
9797

9898
ShowMessageBoxEntry = Config.Bind("config", "ShowMessageBox", true,
99-
"Don't show message when GenesisBook is loaded.\n禁用首次加载时的提示信息");
99+
"Show message when GenesisBook is loaded.\n首次加载时的提示信息");
100100

101101
ProductOverflowEntry = Config.Bind("config", "ProductOverflow", 0,
102102
"Changing the condition for stopping production of some recipes from single product pile up to all product pile up.\n将部分配方停止生产的条件由单产物堆积改为所有产物均堆积");

0 commit comments

Comments
 (0)