mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-19549 lang: make a string less scary
This commit is contained in:
parent
668a499d89
commit
ec0a11285d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$string['configintrotimezones'] = 'This page will search for new information about world timezones (including daylight savings time rules) and update your local database with this information. These locations will be checked, in order: {$a} This procedure is generally very safe and can not break normal installations. Do you wish to update your timezones now?';
|
$string['configintrotimezones'] = 'This page will search for new information about world timezones (including daylight savings time rules) and update your local database with this information. These locations will be checked, in order: {$a} Do you wish to update your timezones now?';
|
||||||
$string['importtimezones'] = 'Update complete list of timezones';
|
$string['importtimezones'] = 'Update complete list of timezones';
|
||||||
$string['importtimezonescount'] = '{$a->count} entries imported from {$a->source}';
|
$string['importtimezonescount'] = '{$a->count} entries imported from {$a->source}';
|
||||||
$string['importtimezonesfailed'] = 'No sources found! (Bad news)';
|
$string['importtimezonesfailed'] = 'No sources found! (Bad news)';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue