Medical - Fix stringtable (#6774)

This commit is contained in:
PabstMirror 2019-01-14 11:41:29 -06:00 committed by GitHub
parent 4a5b5113cd
commit 2f3fd06fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -304,8 +304,8 @@ class ACE_Settings {
};
class GVAR(menuTypeStyleSelf) {
category = CSTRING(Category_Medical);
displayName = CSTRING(menuTypeDisplaySelf);
description = CSTRING(menuTypeDescriptionSelf);
displayName = CSTRING(menuTypeStyleSelf_displayName);
description = CSTRING(menuTypeStyleSelf_description);
typeName = "BOOL";
value = 1;
isClientSettable = 1;

View File

@ -3177,10 +3177,10 @@
<Chinesesimp>选择你喜欢的选单样式; 预设为3D选项或放射状</Chinesesimp>
<Chinese>選擇你喜歡的選單樣式; 預設為3D選項或放射狀</Chinese>
</Key>
<Key ID="STR_ACE_Medical_menuTypeDisplaySelf">
<Key ID="STR_ACE_Medical_menuTypeStyleSelf_displayName">
<English>Show medical interaction for self</English>
</Key>
<Key ID="STR_ACE_Medical_menuTypeDisplaySelf">
<Key ID="STR_ACE_Medical_menuTypeStyleSelf_description">
<English>Show the self interaction medical actions</English>
</Key>
<Key ID="STR_ACE_Medical_useSelection">