Index: trunk/phase3/languages/classes/LanguageDsb.php |
— | — | @@ -11,8 +11,8 @@ |
12 | 12 | |
13 | 13 | function convertGrammar( $word, $case ) { |
14 | 14 | global $wgGrammarForms; |
15 | | - if ( isset( $wgGrammarForms['hsb'][$case][$word] ) ) { |
16 | | - return $wgGrammarForms['hsb'][$case][$word]; |
| 15 | + if ( isset( $wgGrammarForms['dsb'][$case][$word] ) ) { |
| 16 | + return $wgGrammarForms['dsb'][$case][$word]; |
17 | 17 | } |
18 | 18 | |
19 | 19 | switch ( $case ) { |