summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 10:12:52 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-11 10:12:52 +0000
commitd546e8f30a69686cea202d488abe31f9970d14cc (patch)
treeed353ba81048d810429a1cab52f8c9332aee1a25 /frontends/php/include
parente6e07c8326c0082b8edf4924c166aaadbd99cdef (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3585 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-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 2d01ac61..8b1e03c7 100644
--- a/frontends/php/include/setup.inc.php
+++ b/frontends/php/include/setup.inc.php
@@ -144,7 +144,7 @@
return new CTag('div', 'yes', 'Welcome to the ZABBIX frontend installation wizard.'.BR.BR.
'This installation wizard will guide you through the installation of ZABBIX frontend'.BR.BR.
'Click to "Next" button to proceed to the next screen. If you want to change something '.
- 'on a previos screen, click "Previous" button'.BR.BR.
+ 'on a previous screen, click "Previous" button'.BR.BR.
'You may cancel installation at any time by clicking "Cancel" button', 'text');
}