From 0848fa8b224a6d3a1821464aeb2a82a7479af936 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 18 Nov 2008 19:57:03 +0000 Subject: [PATCH] (bug 2077) Info on how to use external editor is vague. Minor tweak to the UI should make it a little more clear. --- includes/ImagePage.php | 2 +- languages/messages/MessagesEn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.20.1