
siebrand at svn
Nov 20, 2009, 6:35 AM
Post #1 of 1
(163 views)
Permalink
|
|
SVN: [59288] trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php
|
|
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/59288 Revision: 59288 Author: siebrand Date: 2009-11-20 14:35:03 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Tweak 'lqt-sign-not-necessary' Modified Paths: -------------- trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php Modified: trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php =================================================================== --- trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-11-20 14:33:19 UTC (rev 59287) +++ trunk/extensions/LiquidThreads/i18n/Lqt.i18n.php 2009-11-20 14:35:03 UTC (rev 59288) @@ -245,7 +245,8 @@ 'lqt-thread-link-url' => 'Link URL:', 'lqt-thread-link-title' => 'Wikitext link:', 'lqt-thread-link-copy' => 'Copy to clipboard', - 'lqt-sign-not-necessary' => 'It is not necessary to sign your posts with four tildes, the signature is shown automatically by the software.', + 'lqt-sign-not-necessary' => 'It is not necessary to sign your post with four tildes. +The signature is shown automatically.', // Feeds 'lqt-feed-title-all' => '{{SITENAME}} — New posts', _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS [at] lists https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|