Revision: 43683
Author:   demon
Date:     2008-11-18 19:57:03 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
(bug 2077) Info on how to use external editor is vague. Minor tweak to the UI 
should make it a little more clear.

Modified Paths:
--------------
    trunk/phase3/includes/ImagePage.php
    trunk/phase3/languages/messages/MessagesEn.php

Modified: trunk/phase3/includes/ImagePage.php
===================================================================
--- trunk/phase3/includes/ImagePage.php 2008-11-18 18:55:38 UTC (rev 43682)
+++ trunk/phase3/includes/ImagePage.php 2008-11-18 19:57:03 UTC (rev 43683)
@@ -583,7 +583,7 @@
 
                # External editing link
                $elink = $sk->makeKnownLinkObj( $this->mTitle, wfMsgHtml( 
'edit-externally' ), 'action=edit&externaledit=true&mode=file' );
-               $wgOut->addHTML( '<li>' . $elink . '<div>' . wfMsgWikiHtml( 
'edit-externally-help' ) . '</div></li>' );
+               $wgOut->addHTML( '<li>' . $elink . ' <small>' . wfMsgExt( 
'edit-externally-help', array( 'parseinline' ) ) . '</small></li>' );
 
                $wgOut->addHTML( '</ul>' );
        }

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2008-11-18 18:55:38 UTC 
(rev 43682)
+++ trunk/phase3/languages/messages/MessagesEn.php      2008-11-18 19:57:03 UTC 
(rev 43683)
@@ -3439,7 +3439,7 @@
 
 # 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',



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to