[AppDB] Revise bug link message

Rosanne DiMesio dimesio at earthlink.net
Mon Jun 26 12:53:31 CDT 2017


Changes the message to match the way the process actually works. Fixes bug 36179.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 include/bugs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/bugs.php b/include/bugs.php
index f8c3f41..331600e 100644
--- a/include/bugs.php
+++ b/include/bugs.php
@@ -271,7 +271,7 @@ class Bug
             {
                 $sSubject = "Link between Bug ".$this->iBug_id." and ".$sAppName." submitted by ".$_SESSION['current']->sRealname;
                 $sMsg .= "This Bug Link has been queued.\n";
-                addmsg("The Bug Link you submitted will be added to the database after being reviewed.", "green");
+                addmsg("The Bug Link you submitted has been added to the database and queued for review by the maintainer or an administrator.", "green");
             }
         } else // Bug Link deleted.
         {
-- 
2.12.3




More information about the wine-patches mailing list