Index: trunk/extensions/Translate/scripts/fuzzy.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | showUsage(); |
37 | 37 | } |
38 | 38 | |
39 | | -$bot = new FuzzyBot( $args ); |
| 39 | +$bot = new FuzzyScript( $args ); |
40 | 40 | |
41 | 41 | if ( isset( $options['skiplanguages'] ) ) { |
42 | 42 | $_skipLanguages = array(); |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | /** |
64 | 64 | * Class for marking translation fuzzy. |
65 | 65 | */ |
66 | | -class FuzzyBot { |
| 66 | +class FuzzyScript { |
67 | 67 | /// \list{String} List of patterns to mark. |
68 | 68 | private $titles = array(); |
69 | 69 | /// \bool Check for configuration problems. |