mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
af68f3f298
ENHANCEMENT Revised locale list ENHANCEMENT Updated en_US generated files (and created for sapphire) BUGFIX Fixed some _t() calls in the cms module (merged from patch #1476 by bfojcapell) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43654 467b73ca-7a2a-4603-9d3b-597d59a354a9
7 lines
177 B
PHP
7 lines
177 B
PHP
<?php
|
|
|
|
global $lang;
|
|
|
|
$lang['en_US']['Member']['REFRESHLANG'] = 'You have changed the interface language. Please refresh your browser window for the changes to take effect';
|
|
|
|
?>
|