MDL-30005 URL : fixed typos

This commit is contained in:
Aparup Banerjee
2011-10-31 15:17:48 +08:00
parent 340aa2008f
commit 4f0ad6fc94
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ $string['displayselect_help'] = 'This setting, together with the URL file type a
$string['displayselectexplain'] = 'Choose display type, unfortunately not all types are suitable for all URLs.';
$string['externalurl'] = 'External URL';
$string['framesize'] = 'Frame height';
$string['invalidstoredurl'] = 'Can not dispaly this resource, URL is invalid.';
$string['invalidstoredurl'] = 'Cannot display this resource, URL is invalid.';
$string['chooseavariable'] = 'Choose a variable...';
$string['invalidurl'] = 'Entered URL is invalid';
$string['modulename'] = 'URL';
+1 -1
View File
@@ -32,7 +32,7 @@ require_once("$CFG->dirroot/mod/url/lib.php");
/**
* This methods does weak url validation, we are looking for major problems only,
* mo strict RFE validation.
* no strict RFE validation.
*
* @param $url
* @return bool true is seems valid, false if definitely not valid URL