[Libreoffice-commits] dev-tools.git: esc-reporting/qa-tools.py

Xisco Fauli anistenis at gmail.com
Thu Sep 28 10:26:19 UTC 2017


 esc-reporting/qa-tools.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e424387c111edd501f52349e6bffb15976f5488
Author: Xisco Fauli <anistenis at gmail.com>
Date:   Thu Sep 28 12:25:48 2017 +0200

    fix string

diff --git a/esc-reporting/qa-tools.py b/esc-reporting/qa-tools.py
index e9dd7ee..f0fda2a 100755
--- a/esc-reporting/qa-tools.py
+++ b/esc-reporting/qa-tools.py
@@ -57,7 +57,7 @@ product_list = ['cppunit', 'Document Liberation Project', 'Impress Remote', 'lib
 
 untouchedPingComment = "** Please read this message in its entirety before responding **\n\nTo make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year."
 
-needInfoPingComment = "Dear Bug Submitter,\n\nThis bug has been in NEEDINFO status with no change for at least 6 months."
+needInfoPingComment = "Dear Bug Submitter,\n\nThis bug has been in NEEDINFO status with no change for at least"
 
 needInfoFollowUpPingComment = "Dear Bug Submitter,\n\nPlease read this message in its entirety before proceeding."
 


More information about the Libreoffice-commits mailing list