Rosanne DiMesio : Revise bug link message
Module: appdb Branch: master Commit: 9e07aab1b18a63c497de0bfbf251eacdba239a7a URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9e07aab1b18a63c497de0bfbf... Author: Rosanne DiMesio <dimesio(a)earthlink.net> Date: Mon Jun 26 12:53:31 2017 -0500 Revise bug link message Changes the message to match the way the process actually works. Fixes bug 36179. Signed-off-by: Rosanne DiMesio <dimesio(a)earthlink.net> Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com> --- 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. {
participants (1)
-
Jeremy Newman