Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1488,7 +1488,7 @@ |
1489 | 1489 | $wgDiff3 = '/usr/bin/diff3'; |
1490 | 1490 | |
1491 | 1491 | /** |
1492 | | - * We can also compress text in the old revisions table. If this is set on, old |
| 1492 | + * We can also compress text stored in the 'text' table. If this is set on, new |
1493 | 1493 | * revisions will be compressed on page save if zlib support is available. Any |
1494 | 1494 | * compressed revisions will be decompressed on load regardless of this setting |
1495 | 1495 | * *but will not be readable at all* if zlib support is not available. |