diff options
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', |
