mirror of
https://github.com/znc/znc.git
synced 2026-05-05 04:52:31 +02:00
Rename "str" to "String" in the admin panel.
This was accidentally renamed in abed808121.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user