From c8ad77f8767cba8f4cbaffefc5f1751f6ca5f7c2 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 17 Apr 2012 17:14:25 +0800 Subject: [PATCH] MDL-19549 lang: make a string less scary --- admin/tool/timezoneimport/lang/en/tool_timezoneimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/timezoneimport/lang/en/tool_timezoneimport.php b/admin/tool/timezoneimport/lang/en/tool_timezoneimport.php index 825a01fec4a..bf3a5ad648f 100644 --- a/admin/tool/timezoneimport/lang/en/tool_timezoneimport.php +++ b/admin/tool/timezoneimport/lang/en/tool_timezoneimport.php @@ -23,7 +23,7 @@ * @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['importtimezonescount'] = '{$a->count} entries imported from {$a->source}'; $string['importtimezonesfailed'] = 'No sources found! (Bad news)';