diff --git a/backup/restorelib.php b/backup/restorelib.php index 9d561d9b74b..496c368a5d0 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -5830,9 +5830,9 @@ } if (!$status = restore_decode_content_links($restore)) { if (!defined('RESTORE_SILENTLY')) { - notify("Could not refresh events for activities!"); + notify("Could not decode content links!"); } else { - $errorstr = "Could not refresh events for activities!"; + $errorstr = "Could not decode content links!"; return false; } }