From 788f7d989d2f4bf772e8e5d259755cd4e9972e37 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 25 Aug 2007 05:31:56 +0000 Subject: - minor grammar fixes (Alexei) [svn merge -r4664:4667 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@4669 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/locales/en_gb.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 17b5ed13..6f2deca4 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -474,7 +474,7 @@ 'S_COMPARE'=> 'Compare', // Footer - 'S_ZABBIX_VER'=> 'ZABBIX 1.4', + 'S_ZABBIX_VER'=> 'ZABBIX 1.5', 'S_COPYRIGHT_BY'=> 'Copyright 2001-2007 by ', 'S_CONNECTED_AS'=> 'Connected as', 'S_SIA_ZABBIX'=> 'SIA Zabbix', @@ -1034,9 +1034,9 @@ 'S_STYLE'=> 'Style', 'S_VERTICAL'=> 'Vertical', - 'S_HORISONTAL'=> 'Horisontal', + 'S_HORISONTAL'=> 'Horizontal', - 'S_HORISONTAL_ALIGN'=> 'Horisontal align', + 'S_HORISONTAL_ALIGN'=> 'Horizontal align', 'S_LEFT'=> 'Left', 'S_CENTER'=> 'Center', 'S_RIGHT'=> 'Right', -- cgit