From 823de386909d8a9f2367e6d1df5a98dc67545724 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 9 Sep 2006 23:06:35 +0000 Subject: [PATCH] r1139: Making notices a little less generic --- includes/class_notification.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/class_notification.php b/includes/class_notification.php index 6d3b3a7..801a299 100644 --- a/includes/class_notification.php +++ b/includes/class_notification.php @@ -330,7 +330,7 @@ _('You have been assigned to this bug by %1$s.'), foreach ($userlist AS $userid => $user) { $this->notices["$user[userid]"][] = sprintf( -_('The status field has changed from "%1$s" to "%2$s".'), +_('The status of the bug is now "%2$s", from "%1$s".'), $this->registry->datastore['status']["$old"]['status'], $this->registry->datastore['status']["$new"]['status'] @@ -353,7 +353,7 @@ _('The status field has changed from "%1$s" to "%2$s".'), foreach ($userlist AS $userid => $user) { $this->notices["$user[userid]"][] = sprintf( -_('The resolution field has changed from "%1$s" to "%2$s".'), +_('This bug has been resolved with resolution "%2$s", from "%1$s".'), $this->registry->datastore['resolution']["$old"]['resolution'], $this->registry->datastore['resolution']["$new"]['resolution'] @@ -399,7 +399,7 @@ _('The duplicates list has changed from "%1$s" to %2$s".'), foreach ($userlist AS $userid => $user) { $this->notices["$user[userid]"][] = sprintf( -_('The severity field has changed from "%1$s" to "%2$s".'), +_('The severity has been elevated from "%1$s" to "%2$s".'), $this->registry->datastore['severity']["$old"]['severity'], $this->registry->datastore['severity']["$new"]['severity'] @@ -422,7 +422,7 @@ _('The severity field has changed from "%1$s" to "%2$s".'), foreach ($userlist AS $userid => $user) { $this->notices["$user[userid]"][] = sprintf( -_('The priority field has changed from "%1$s" to "%2$s".'), +_('The priority has been elevatd from "%1$s" to "%2$s".'), $this->registry->datastore['priority']["$old"]['priority'], $this->registry->datastore['priority']["$new"]['priority'] -- 2.22.5