From fc7600352236af2c83e2c8eaa6e1699576da4c94 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 23 Feb 2006 11:05:01 +0000 Subject: - Minor cahnges (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2680 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') 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', -- cgit