Merge branch 'add-objects-to-curator' of github.com:acemod/ACE3 into add-objects-to-curator

This commit is contained in:
Glowbal 2015-08-15 20:39:54 +02:00
commit 7fa30009d3

View File

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