From 91cec730e882abd8a7f7737748f79aa3ed2a043a Mon Sep 17 00:00:00 2001 From: Nicolas Ducoulombier Date: Wed, 13 Dec 2017 18:26:39 -0500 Subject: [PATCH] Updating image and message for running the cron manually for scheduled annoucement --- main/inc/lib/ScheduledAnnouncement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/lib/ScheduledAnnouncement.php b/main/inc/lib/ScheduledAnnouncement.php index 9cd6b6ea77..a7b272d2ae 100644 --- a/main/inc/lib/ScheduledAnnouncement.php +++ b/main/inc/lib/ScheduledAnnouncement.php @@ -77,7 +77,7 @@ class ScheduledAnnouncement extends Model $action .= ''. Display::return_icon('add.png', get_lang('Add'), '', ICON_SIZE_MEDIUM).''; $action .= ''. - Display::return_icon('mail_send.png', get_lang('Send'), '', ICON_SIZE_MEDIUM). + Display::return_icon('tuning.png', get_lang('SendManuallyPendingAnnouncements'), '', ICON_SIZE_MEDIUM). ''; $action .= '';