From 611e086cbf917df3923b90ca351c8116836be31e Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 31 May 2011 02:00:23 +0100 Subject: [PATCH] Rename "str" to "String" in the admin panel. This was accidentally renamed in abed808121fb96f70d7c. --- modules/admin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin.cpp b/modules/admin.cpp index 1f7a20d2..1631de07 100644 --- a/modules/admin.cpp +++ b/modules/admin.cpp @@ -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";