r26942 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26941‎ | r26942 | r26943 >
Date:08:09, 25 October 2007
Author:aaron
Status:old
Tags:
Comment:
*message tweaks
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php (modified) (history)
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -806,12 +806,14 @@
807807
808808 $form .= '<fieldset>';
809809 $form .= '<legend>' . wfMsgHtml('requestaccount-legend3') . '</legend>';
 810+ $form .= '<p>'.wfMsgHtml('confirmaccount-attach') . ' ';
810811 if( $row->acr_filename ) {
811 - $form .= '<p>'.wfMsgHtml('confirmaccount-attach') . ' ' .
812 - $this->skin->makeKnownLinkObj( $wgTitle, htmlspecialchars($row->acr_filename),
 812+ $form .= $this->skin->makeKnownLinkObj( $wgTitle, htmlspecialchars($row->acr_filename),
813813 'file=' . $row->acr_storage_key );
 814+ } else {
 815+ $form .= wfMsgHtml('confirmaccount-none');
814816 }
815 - $form .= "<p>".wfMsgHtml('confirmaccount-notes')."</p>\n";
 817+ $form .= "</p><p>".wfMsgHtml('confirmaccount-notes')."</p>\n";
816818 $form .= "<p><textarea tabindex='1' readonly name='wpNotes' id='wpNotes' rows='3' cols='80' style='width:100%'>" .
817819 htmlspecialchars($row->acr_notes) .
818820 "</textarea></p>\n";
@@ -878,7 +880,7 @@
879881 break;
880882 }
881883 if( $linkList == '' ) {
882 - $linkList = wfMsgHtml( 'confirmaccount-nourls' );
 884+ $linkList = wfMsgHtml( 'confirmaccount-none' );
883885 } else {
884886 $linkList = "<ul>$linkList</ul>";
885887 }
Index: trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php
@@ -89,7 +89,7 @@
9090 'confirmaccount-attach' => 'Resume/CV:',
9191 'confirmaccount-notes' => 'Additional notes:',
9292 'confirmaccount-urls' => 'List of websites:',
93 - 'confirmaccount-nourls' => '(None provided)',
 93+ 'confirmaccount-none' => '(not provided)',
9494 'confirmaccount-review' => 'Approve/Reject',
9595 'confirmaccount-confirm' => 'Use the options below to accept, deny, or hold this request:',
9696 'confirmaccount-econf' => '(confirmed)',

Status & tagging log