Rename "str" to "String" in the admin panel.

This was accidentally renamed in abed808121.
This commit is contained in:
Kyle Fuller
2011-05-31 02:00:23 +01:00
parent 456dfde05f
commit 611e086cbf

View File

@@ -38,7 +38,7 @@ class CAdminMod : public CModule {
CTable VarTable;
VarTable.AddColumn("Variable");
VarTable.AddColumn("Type");
static const char* str = "str";
static const char* str = "String";
static const char* boolean = "Boolean (true/false)";
static const char* integer = "Integer";
static const char* doublenum = "Double";