Rahul21 has uploaded a new change for review.

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


Change subject: Fixed a few i18n issues and removed the "id" attribute
......................................................................

Fixed a few i18n issues and removed the "id" attribute

Change-Id: Ib9609095f7250e8243fde49d6372cb9fc0947af5
---
M PronunciationRecording.i18n.php
M SpecialPronunciationRecording.php
2 files changed, 7 insertions(+), 8 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PronunciationRecording 
refs/changes/86/85686/1

diff --git a/PronunciationRecording.i18n.php b/PronunciationRecording.i18n.php
index 8c03525..ed66af6 100644
--- a/PronunciationRecording.i18n.php
+++ b/PronunciationRecording.i18n.php
@@ -27,10 +27,9 @@
        'pronunciationrecording-information-word-label' => 'Word:',
        'pronunciationrecording-information-language-label' => 'Language:',
        'pronunciationrecording-mic-access-notify' => 'Click "Allow" to allow 
the browser to access your microphone.',
-       'pronunciationrecording-recording-notify' => 'Recording....',
+       'pronunciationrecording-recording-notify' => 'Recording...',
        'pronunciationrecording-information-license-prompt' => 'By using 
PronunciationRecording and clicking 
{{int:pronunciationrecording-toolbar-upload-label}}, {{GENDER:$1|you}} agree to 
the following terms for your recording:',
 );
-
 
 /** Message documentation (Message documentation)
  * @author Shirayuki
diff --git a/SpecialPronunciationRecording.php 
b/SpecialPronunciationRecording.php
index e4c3e33..4f281c9 100644
--- a/SpecialPronunciationRecording.php
+++ b/SpecialPronunciationRecording.php
@@ -21,12 +21,12 @@
                        }
 
                        $output->addModules( 
'ext.pronunciationRecording.specialPage' );
-                       $output->addHTML( '<div 
class="mw-pronunciationrecording-message" 
id="mw-pronunciationrecording-message"></div>' );
-                       $output->addHTML( '<div 
class="mw-pronunciationrecording-toolbar" 
id="mw-pronunciationrecording-toolbar" >' );
-                       $output->addHTML( '<button 
class="mw-pronunciationrecording-record" id="mw-pronunciationrecording-record" 
disabled>' .wfMessage( 'pronunciationrecording-toolbar-record-label' 
)->escaped().'</button>' );
-                       $output->addHTML( '<button 
class="mw-pronunciationrecording-stop" id="mw-pronunciationrecording-stop" 
disabled >' .wfMessage( 'pronunciationrecording-toolbar-stop-label' 
)->escaped().'</button>' );
-                       $output->addHTML( '<button 
class="mw-pronunciationrecording-clear" id="mw-pronunciationrecording-clear" 
disabled >' .wfMessage( 'pronunciationrecording-toolbar-clear-label' 
)->escaped().'</button>' );
-                       $output->addHTML( '<div 
class="mw-pronunciationrecording-preview-div" 
id="mw-pronunciationrecording-preview-div" disabled ></div>' );
+                       $output->addHTML( '<div class = 
"mw-pronunciationrecording-message" ></div>' );
+                       $output->addHTML( '<div class = 
"mw-pronunciationrecording-toolbar" >' );
+                       $output->addHTML( '<button class = 
"mw-pronunciationrecording-record" disabled>' .wfMessage( 
'pronunciationrecording-toolbar-record-label' )->escaped().'</button>' );
+                       $output->addHTML( '<button class = 
"mw-pronunciationrecording-stop" disabled >' .wfMessage( 
'pronunciationrecording-toolbar-stop-label' )->escaped().'</button>' );
+                       $output->addHTML( '<button class = 
"mw-pronunciationrecording-clear" disabled >' .wfMessage( 
'pronunciationrecording-toolbar-clear-label' )->escaped().'</button>' );
+                       $output->addHTML( '<div class = 
"mw-pronunciationrecording-preview-div" disabled ></div>' );
                        $output->addHTML( '</div>' );
                        $output->addHTML( '<form>' );
                        $output->addHTML( '<fieldset>' );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9609095f7250e8243fde49d6372cb9fc0947af5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PronunciationRecording
Gerrit-Branch: master
Gerrit-Owner: Rahul21 <rahul14...@gmail.com>

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

Reply via email to