diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-23 11:05:01 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-23 11:05:01 +0000 |
| commit | fc7600352236af2c83e2c8eaa6e1699576da4c94 (patch) | |
| tree | 50ab7a869497c61724bf798d51eee149d20803df /frontends/php/items.php | |
| parent | 03d1b9eef78d98b057ad1741653823c414329000 (diff) | |
| download | zabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.tar.gz zabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.tar.xz zabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.zip | |
- Minor cahnges (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2680 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 2b6b8672..c0dda040 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -457,7 +457,7 @@ array_push($footerButtons, new CButton('group_task','Disable selected', "return Confirm('".S_DISABLE_SELECTED_ITEMS_Q."');")); array_push($footerButtons, SPACE); - array_push($footerButtons, new CButton('group_task','Clean history', + array_push($footerButtons, new CButton('group_task','Clean history selected items', "return Confirm('History cleaning can take a long time. Continue?');")); array_push($footerButtons, SPACE); array_push($footerButtons, new CButton('group_task','Delete selected', |
