From: Chad Horohoe Date: Tue, 18 Nov 2008 19:57:03 +0000 (+0000) Subject: (bug 2077) Info on how to use external editor is vague. Minor tweak to the UI should... X-Git-Tag: 1.31.0-rc.0~44279 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=0848fa8b224a6d3a1821464aeb2a82a7479af936;p=lhc%2Fweb%2Fwiklou.git (bug 2077) Info on how to use external editor is vague. Minor tweak to the UI should make it a little more clear. --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index f3628357b7..7f2aaffa21 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -583,7 +583,7 @@ EOT # External editing link $elink = $sk->makeKnownLinkObj( $this->mTitle, wfMsgHtml( 'edit-externally' ), 'action=edit&externaledit=true&mode=file' ); - $wgOut->addHTML( '
  • ' . $elink . '
    ' . wfMsgWikiHtml( 'edit-externally-help' ) . '
  • ' ); + $wgOut->addHTML( '
  • ' . $elink . ' ' . wfMsgExt( 'edit-externally-help', array( 'parseinline' ) ) . '
  • ' ); $wgOut->addHTML( '' ); } diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index f2ec4989df..ca1907b4fb 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3439,7 +3439,7 @@ Others will be hidden by default. # External editor support 'edit-externally' => 'Edit this file using an external application', -'edit-externally-help' => 'See the [http://www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information.', +'edit-externally-help' => '(See the [http://www.mediawiki.org/wiki/Manual:External_editors setup instructions] for more information)', # 'all' in various places, this might be different for inflected languages 'recentchangesall' => 'all',