From 1d16e927007f93816d266fbbcacd6b5bd157c56b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 11 Sep 2011 12:49:16 +0200 Subject: [PATCH] MDL-29292 fix feature typo Credit goes to Raminder Singh. --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 56e87aef4e4..8c817be9fec 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -438,7 +438,7 @@ $string['denyemailaddresses'] = 'Denied email domains'; $string['development'] = 'Development'; $string['devicedetectregex'] = 'Device detection regular expressions'; $string['devicedetectregex_desc'] = '

By default, Moodle can detect devices of the type default (desktop PCs, laptops, etc), mobile (phones and small hand held devices), tablet (iPads, Android tablets) and legacy (Internet Explorer 6 users). The theme selector can be used to apply separate themes to all of these. This setting allows regular expressions that allow the detection of extra device types (these take precedence over the default types).

-

For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feasture phones add the return value \'featurephone\'. This adds \'featurephone\' on the theme selector that would allow you to add a theme that would be used on these devices. Other phones would still use the theme selected for the mobile device type.

'; +

For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feature phones add the return value \'featurephone\'. This adds \'featurephone\' on the theme selector that would allow you to add a theme that would be used on these devices. Other phones would still use the theme selected for the mobile device type.

'; $string['devicedetectregexexpression'] = 'Regular expression'; $string['devicedetectregexvalue'] = 'Return value'; $string['devicetype'] = 'Device type';