Anjanasasindran123 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/107350


Change subject: Changed "OK" to "Thank" in confirmation dialog box
......................................................................

Changed "OK" to "Thank" in confirmation dialog box

 The  confirmation dialogue box in the revision history
 contains Ok/cancel option to thank the edits.This is replaced
 with "Thank/Cancel" in the respective order.

 Bug: 59853



Change-Id: I59a609f90aa4effe9e261596ff58bf52e7b03f55
---
M modules/ext.thanks.thank.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Thanks 
refs/changes/50/107350/1

diff --git a/modules/ext.thanks.thank.js b/modules/ext.thanks.thank.js
index 6526823..d1f5a46 100644
--- a/modules/ext.thanks.thank.js
+++ b/modules/ext.thanks.thank.js
@@ -52,7 +52,7 @@
                        resizable: false,
                        buttons: [
                                {
-                                       text: mw.msg( 'ok' ),
+                                       text: mw.msg( 'Thank' ),
                                        'class': 'ui-button-green',
                                        click: function() {
                                                $( this ).dialog( "close" );
@@ -60,7 +60,7 @@
                                        }
                                },
                                {
-                                       text: mw.msg( 'cancel' ),
+                                       text: mw.msg( 'Cancel' ),
                                        click: function() { $( this ).dialog( 
"close" ); }
                                }
                        ]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59a609f90aa4effe9e261596ff58bf52e7b03f55
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Anjanasasindran123 <anjanasasindran...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to