* SiteMatrix Internationalisation (en + he)

* Fixing spelling errors
This commit is contained in:
Rotem Liss 2006-07-15 15:17:32 +00:00
parent 9eb9382a6f
commit 4644bf34c2
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ for ( $i = 0; $i < count( $wgCiteErrors['user'] ); ++$i )
// User errors are positive integers
define( $wgCiteErrors['user'][$i], $i + 1 );
# Internationlisation file
# Internationalisation file
require_once( 'Cite.i18n.php' );
function wfCite() {

View file

@ -22,7 +22,7 @@ $wgExtensionCredits['specialpage'][] = array(
'url' => 'http://meta.wikimedia.org/wiki/Cite/SpecialCite.php'
);
# Internationlisation file
# Internationalisation file
require_once( 'SpecialCite.i18n.php' );
$wgHooks['SkinTemplateBuildNavUrlsNav_urlsAfterPermalink'][] = 'wfSpecialCiteNav';