summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontends/php/include/forms.inc.php2
-rw-r--r--frontends/php/include/locales/en_gb.inc.php4
-rw-r--r--frontends/php/items.php2
3 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 66e07f5d..3f3a1b3f 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1140,7 +1140,7 @@
$form->AddVar('selection_mode', $selection_mode);
- $modeLink = new CLink($selection_mode == 0 ? S_ADVENCED : S_SIMPLE, '#','action');
+ $modeLink = new CLink($selection_mode == 0 ? S_ADVANCED : S_SIMPLE, '#','action');
$modeLink->SetAction('create_var(\''.$form->GetName().'\',\'selection_mode\','.($selection_mode == 0 ? 1 : 0).',true)');
$form->AddRow(S_SELECTION_MODE,$modeLink);
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index 7a846893..8634abb9 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -738,11 +738,11 @@
'S_HISTORY_CLEANING_CAN_TAKE_A_LONG_TIME_CONTINUE_Q' => 'History cleaning can take a long time. Continue?',
'S_ITEM_SELECTION'=> 'Item selection',
'S_SELECTION_MODE'=> 'Selection mode',
- 'S_ADVENCED'=> 'Advenced',
+ 'S_ADVANCED'=> 'Advanced',
'S_SIMPLE'=> 'Simple',
'S_MASS_UPDATE'=> 'Mass update',
'S_SEARCH'=> 'Search',
- 'S_EXTERNAL_FILER'=> 'External filer',
+ 'S_EXTERNAL_FILTER'=> 'External filter',
'S_ORIGINAL'=> 'Original',
'S_NEW_FLEXIBLE_INTERVAL'=> 'New flexible interval',
'S_FLEXIBLE_INTERVALS'=> 'Flexible intervals (sec)',
diff --git a/frontends/php/items.php b/frontends/php/items.php
index f7fb45d8..d1ec2961 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -712,7 +712,7 @@ include_once "include/page_header.php";
$form->AddItem($cmbHosts);
$form->AddItem(SPACE);
- $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILER));
+ $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILTER));
if($host_info = DBfetch(DBselect('select host from hosts where hostid='.$_REQUEST["hostid"])))
{