mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Various fixes (by Buggler):
- Fixed IMP Background hardcoded text: Prev, Next & None. - Fixed unable to proceed to IMP Attribute screen when Merc Background feature is off - Changed 'Ore Type' text to 'Resource' git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6599 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3370,7 +3370,7 @@ STR16 pwMineStrings[] =
|
||||
L"生产",
|
||||
L"状态",
|
||||
L"生产率",
|
||||
L"矿石类型", // 10
|
||||
L"Resource", // 10 L"矿石类型", // TODO.Translate
|
||||
L"占领度",
|
||||
L"忠诚度",
|
||||
// L"在岗矿工",
|
||||
@@ -3945,6 +3945,7 @@ STR16 pImpButtonText[] =
|
||||
L"分析...", // analyzing your profile results
|
||||
L"完成",
|
||||
L"性格", // Change from "Voice" - SANDRO
|
||||
L"无", //"None",
|
||||
};
|
||||
|
||||
STR16 pExtraIMPStrings[] =
|
||||
|
||||
Reference in New Issue
Block a user