r81775 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81774‎ | r81775 | r81776 >
Date:21:51, 8 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed error in docs
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Messages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php
@@ -78,9 +78,9 @@
7979 'srf_paramdesc_increase' => 'How to increase the size of tags',
8080 'srf_paramdesc_tagorder' => 'The order of the tags',
8181 'srf_paramdesc_mincount' => 'The minimum amount of times a value needs to occur to be listed',
82 - 'srf_paramdesc_increasefactor' => 'How many percent to increase the size of a tag per step',
 82+ 'srf_paramdesc_minsize' => 'The size of the smallest tags in percent (default: 77)',
 83+ 'srf_paramdesc_increasefactor' => 'The size of the biggest tag in percent, added to minsize (default: 100)',
8384 'srf_paramdesc_maxtags' => 'The maximum amount of tags in the cloud',
84 - 'srf_paramdesc_minsize' => 'The size of the smallest tags in percent (default: 77)',
8585 );
8686
8787 /** Message documentation (Message documentation)

Status & tagging log