From d546e8f30a69686cea202d488abe31f9970d14cc Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Dec 2006 10:12:52 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@3585 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/setup.inc.php') 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'); } -- cgit