Spage has uploaded a new change for review.

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

Change subject: "put a comment nearby with the resulting keys"
......................................................................

"put a comment nearby with the resulting keys"

Per https://www.mediawiki.org/wiki/I18n#Using_messages
Comment-only change.

Change-Id: I468a79bee19fc5486b564b1a0ec7eb66c9dfa852
---
M modules/overlay/ext.echo.overlay.js
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/29/154229/1

diff --git a/modules/overlay/ext.echo.overlay.js 
b/modules/overlay/ext.echo.overlay.js
index e27d3c9..d880e1c 100644
--- a/modules/overlay/ext.echo.overlay.js
+++ b/modules/overlay/ext.echo.overlay.js
@@ -297,6 +297,9 @@
                        $.each( this.tabs, function( i, echoTab ) {
                                var
                                        tabName = echoTab.name,
+                                       // Messages that can be used here:
+                                       // * echo-notification-alert
+                                       // * echo-notification-message
                                        // @todo: Unread value is inaccurate. 
If a user has more than mw.echo.overlay.notificationLimit
                                        // API change needed
                                        label = mw.msg( 'echo-notification-' + 
tabName, echoTab.getNumberUnread() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I468a79bee19fc5486b564b1a0ec7eb66c9dfa852
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>

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

Reply via email to