MDL-30005 URL : fixed typos
authorAparup Banerjee <aparup@moodle.com>
Mon, 31 Oct 2011 07:12:45 +0000 (15:12 +0800)
committerAparup Banerjee <aparup@moodle.com>
Mon, 31 Oct 2011 07:12:45 +0000 (15:12 +0800)
mod/url/lang/en/url.php
mod/url/locallib.php

index 5fb3cee..9e954a8 100644 (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';
index b4610e3..6e94ce3 100644 (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