diff --git a/include/functions.php b/include/functions.php
index c6344f778570a896398014995f780bbe1e805d05..f3379f4415bc32a1d0500f4f3f7fcaf677e5bd92 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -243,7 +243,7 @@
 		$url = validate_url($url, true);
 
 		if (!$url) {
-			$fetch_last_error = "Requested URL failed to validate.";
+			$fetch_last_error = "Requested URL failed extended validation.";
 			return false;
 		}