Localization start

This commit is contained in:
PabstMirror
2015-01-21 14:23:33 -06:00
parent 92bbfd92d1
commit c29acb4c68
6 changed files with 48 additions and 56 deletions

View File

@ -1,6 +1,6 @@
class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase {
idc = -1;
text = "Configure [CSE]";
text = "$STR_ACE_OptionsMenu_OpenConfigMenu";
x = "1 * (((safezoneW / safezoneH) min 1.2) / 40) + (safezoneX)";
y = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) + safezoneY";
w = "14 * (((safezoneW / safezoneH) min 1.2) / 40)";