Stringtable fix

This commit is contained in:
PabstMirror 2015-08-15 12:04:57 -05:00
parent ed66255b19
commit d023139e8d

View File

@ -22,7 +22,7 @@ class ACE_Settings {
}; };
class GVAR(autoAddObjects) { class GVAR(autoAddObjects) {
displayName = CSTRING(AddObjectsToCurator); displayName = CSTRING(AddObjectsToCurator);
description = CSTRING(AddObjectsToCurator_descr); description = CSTRING(AddObjectsToCurator_desc);
value = 0; value = 0;
typeName = "BOOL"; typeName = "BOOL";
}; };