Yuvipanda has submitted this change and it was merged.

Change subject: draft exposed as 'Draft1' instead of 'PD1'
......................................................................


draft exposed as 'Draft1' instead of 'PD1'

PD is offending in french (that is more or less a pejorative way to
refer to gay people) and I find it unclear. This patch replace the 'PD'
prefix with 'Draft'.

Change-Id: I831dd66aef4f18f0c253b8f871740d2378ce2bd1
---
M src/preprocess.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/src/preprocess.js b/src/preprocess.js
index 8f1d962..eac3327 100644
--- a/src/preprocess.js
+++ b/src/preprocess.js
@@ -38,7 +38,7 @@
 
 exports['draft-published'] = function(message) {
     var ret = {
-        type: 'PD' + message.patchSet.number,
+        type: 'Draft' + message.patchSet.number,
         user: message.uploader.name,
         'message': message.change.subject,
         repo: formatRepo(message.change.project),

-- 
To view, visit https://gerrit.wikimedia.org/r/88037
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I831dd66aef4f18f0c253b8f871740d2378ce2bd1
Gerrit-PatchSet: 4
Gerrit-Project: labs/tools/grrrit
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to