Index: trunk/extensions/Drafts/Drafts.hooks.php |
— | — | @@ -85,7 +85,7 @@ |
86 | 86 | 'href' => $wgTitle->getFullURL( 'action=edit' ), |
87 | 87 | 'onclick' => htmlspecialchars( "if( !wgAjaxSaveDraft.insync ) return confirm('" . Xml::escapeJsString( wfMsgHTML( 'drafts-view-warn' ) ) . "')" ) |
88 | 88 | ), |
89 | | - $numDrafts > 1 ? wfMsg( 'drafts-view-notice-plural', $numDrafts ) : wfMsg( 'drafts-view-notice-single', $numDrafts ) |
| 89 | + wfMsg( 'drafts-view-notice-link', $numDrafts ) |
90 | 90 | ); |
91 | 91 | $wgOut->addHTML( wfMsgHTML( 'drafts-view-notice', $link ) ); |
92 | 92 | } |