diff --git a/HISTORY.txt b/HISTORY.txt index b06949f..950d79e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -13,7 +13,8 @@ Fixes: - KTS-972 Owner, Everyone and Authenticated weren't being respected by browse and search - KTS-959 Documents weren't properly purged from the cache on change. - + - KTS-977 Saved Searches didn't take "is"/"is not" into account + - KTS-910 Notification already cleared message is not friendly. 3.0.2 ----- diff --git a/notify.php b/notify.php index 9d05ee1..f6c43da 100644 --- a/notify.php +++ b/notify.php @@ -56,7 +56,7 @@ class KTNotificationDispatcher extends KTStandardDispatcher { $oKTNotification =& KTNotification::get($notification_id); if (PEAR::isError($oKTNotification)) { - $this->addErrorMessage(_kt('Invalid notification.')); + $this->addInfoMessage(_kt('Cannot find the notification you requested. Notification may already have been cleared.')); exit(redirect(generateControllerLink('dashboard'))); }