Modified:
/trunk/plugin/proxy/import-datafiles.php
=======================================
--- /trunk/plugin/proxy/import-datafiles.php Tue Mar 31 15:41:25 2009
+++ /trunk/plugin/proxy/import-datafiles.php Fri Feb 25 19:35:35 2011
@@ -69,7 +69,7 @@
}
}
if (count($linkdatas) == 0) {
- array_push($warnings, "Datapress could find parse the provided URL as
a Google Spreadsheet. Are you sure this is the publicly-shared sheet URL?");
+ array_push($warnings, "Datapress could not parse the provided URL as
a Google Spreadsheet. Are you sure this is the publicly-shared sheet URL?");
}
send_back($linkdatas, $errors, $warnings);