Santhosh has submitted this change and it was merged.

Change subject: (bug 45431) [TUX] Don't show the "No message documentation" 
label Removed the No Message Documentation msg from Translate.php and from 
Translate.i18n.php(en and qqq) sections
......................................................................


(bug 45431) [TUX] Don't show the "No message documentation" label
Removed the No Message Documentation msg from Translate.php and
from Translate.i18n.php(en and qqq) sections

Change-Id: I2bcdb47d373dc9513b210b9a7ac2616904f5b978
---
M Translate.i18n.php
M Translate.php
M resources/js/ext.translate.editor.helpers.js
3 files changed, 0 insertions(+), 5 deletions(-)

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



diff --git a/Translate.i18n.php b/Translate.i18n.php
index 1a5acfa..652d715 100644
--- a/Translate.i18n.php
+++ b/Translate.i18n.php
@@ -449,7 +449,6 @@
        'tux-editor-skip-button-label' => 'Skip to next',
        'tux-editor-confirm-button-label' => 'Confirm translation',
        'tux-editor-shortcut-info' => 'Press "$1" to save or "$2" to skip to 
next message',
-       'tux-editor-no-message-doc' => 'No message documentation',
        'tux-editor-edit-desc' => 'Edit description',
        'tux-editor-add-desc' => 'Add description',
        'tux-editor-suggestions-title' => 'Suggestions',
@@ -941,8 +940,6 @@
        'tux-editor-shortcut-info' => 'A help text for the keyboard shortcuts
 * $1 is shortcut key for save button
 * $2 is shortcut key for skip button',
-       'tux-editor-no-message-doc' => 'Text to be shown when no message 
documentation is present for the message.
-{{Identical|Message documentation}}',
        'tux-editor-edit-desc' => 'Text for the link to edit message 
documentation',
        'tux-editor-add-desc' => "Text for the link to add message 
documentation when it doesn't exist",
        'tux-editor-suggestions-title' => 'Title text for translation memory 
suggestions',
diff --git a/Translate.php b/Translate.php
index 44429d5..15ecfd9 100644
--- a/Translate.php
+++ b/Translate.php
@@ -268,7 +268,6 @@
                'tux-editor-skip-button-label',
                'tux-editor-confirm-button-label',
                'tux-editor-shortcut-info',
-               'tux-editor-no-message-doc',
                'tux-editor-edit-desc',
                'tux-editor-add-desc',
                'tux-editor-message-desc-more',
diff --git a/resources/js/ext.translate.editor.helpers.js 
b/resources/js/ext.translate.editor.helpers.js
index 9b59c28..924d182 100644
--- a/resources/js/ext.translate.editor.helpers.js
+++ b/resources/js/ext.translate.editor.helpers.js
@@ -169,7 +169,6 @@
                                // used in {{Identical}} on translatewiki.net
                                $( '.mw-identical-title' ).makeCollapsible();
                        } else {
-                               $messageDoc.text( mw.msg( 
'tux-editor-no-message-doc' ) );
                                $descEditLink.text( mw.msg( 
'tux-editor-add-desc' ) );
                        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2bcdb47d373dc9513b210b9a7ac2616904f5b978
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Malkum <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to