diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-25 05:31:56 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-08-25 05:31:56 +0000 |
| commit | 788f7d989d2f4bf772e8e5d259755cd4e9972e37 (patch) | |
| tree | 762f89b5c172bc5bc32440aae96b8fa0768efcbe /frontends/php/include | |
| parent | 0cb6656a50b2e99f7f3fb63345e0c707f5427f6e (diff) | |
| download | zabbix-788f7d989d2f4bf772e8e5d259755cd4e9972e37.tar.gz zabbix-788f7d989d2f4bf772e8e5d259755cd4e9972e37.tar.xz zabbix-788f7d989d2f4bf772e8e5d259755cd4e9972e37.zip | |
- 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
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
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', |
