Index: trunk/extensions/SemanticResultFormats/SRF_Messages.php |
— | — | @@ -78,9 +78,9 @@ |
79 | 79 | 'srf_paramdesc_increase' => 'How to increase the size of tags', |
80 | 80 | 'srf_paramdesc_tagorder' => 'The order of the tags', |
81 | 81 | '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)', |
83 | 84 | '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)', |
85 | 85 | ); |
86 | 86 | |
87 | 87 | /** Message documentation (Message documentation) |