Skip to content
Snippets Groups Projects
Commit ab60545e authored by Jaime Pérez's avatar Jaime Pérez
Browse files

Change default domain from "ssp" to "messages".

parent 0c1f7c5f
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class Localization
/**
* The default gettext domain.
*/
const DEFAULT_DOMAIN = 'ssp';
const DEFAULT_DOMAIN = 'messages';
/**
* Old internationalization backend included in SimpleSAMLphp.
......
......@@ -19,7 +19,7 @@ class LocalizationTest extends \PHPUnit_Framework_TestCase
);
$l = new Localization($c);
$this->assertTrue($l->isI18NBackendDefault());
$this->assertEquals(Localization::DEFAULT_DOMAIN, 'ssp');
$this->assertEquals(Localization::DEFAULT_DOMAIN, 'messages');
$this->assertEquals($l->getCurrentDomain(), Localization::DEFAULT_DOMAIN);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment