mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Fix stringtable (#6774)
This commit is contained in:
parent
4a5b5113cd
commit
2f3fd06fcf
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user