summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/setup.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 15:01:46 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-11-24 15:01:46 +0000
commit48032fa138c7561591cad2180c074aed40592a36 (patch)
treef90366b0c7dace92c47e7ebcfeee1efadb534436 /frontends/php/include/setup.inc.php
parent4ba66269767e72e84cb88ac5eb84ae996222996d (diff)
downloadzabbix-48032fa138c7561591cad2180c074aed40592a36.tar.gz
zabbix-48032fa138c7561591cad2180c074aed40592a36.tar.xz
zabbix-48032fa138c7561591cad2180c074aed40592a36.zip
Minor change.
git-svn-id: svn://svn.zabbix.com/trunk@3512 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/setup.inc.php')
-rw-r--r--frontends/php/include/setup.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/setup.inc.php b/frontends/php/include/setup.inc.php
index 114fb006..e12f838d 100644
--- a/frontends/php/include/setup.inc.php
+++ b/frontends/php/include/setup.inc.php
@@ -364,7 +364,7 @@
new CTextBox('nodename', $this->GetConfig('nodename', $_SERVER["SERVER_NAME"]), 40)
));
$table->AddRow(array(
- 'Node GUID',
+ 'Node ID',
new CNumericBox('nodeid', $this->GetConfig('nodeid', 0), 10)
));