diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 09:35:18 +0100 |
| commit | dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5 (patch) | |
| tree | 2a8324808e83c5deaf317e2bf972d0db7a9b4d1d /icon_browser.php | |
| parent | bc3056c1e03ba62ef1f34267ad1b160d5841d26b (diff) | |
| download | themes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.tar.gz themes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.tar.bz2 themes-dfe21f81d3e474fd5ccab2e7cca7d9f9fa4c4ad5.zip | |
Switch delete icon from edit-delete to user-trash (dustbin)
user-trash updated to a proper dustbin SVG. All templates across
all packages updated to use user-trash instead of edit-delete.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'icon_browser.php')
| -rwxr-xr-x | icon_browser.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icon_browser.php b/icon_browser.php index 3c7ef8e..81adcfc 100755 --- a/icon_browser.php +++ b/icon_browser.php @@ -35,7 +35,8 @@ $iconUsage = [ "view-refresh" => "Refresh", "zoom-in" => "Zoom in / magnify", // Edit actions - "edit-delete" => "Delete / remove", + "user-trash" => "Delete / remove (dustbin)", + "edit-delete" => "Delete / remove (cross — kept for reference)", "document-properties" => "Edit item", "list-add" => "Add / new item", "list-remove" => "Remove item", |
