Author: jfthomps
Date: Thu Apr 2 17:48:15 2015
New Revision: 1670948
URL: http://svn.apache.org/r1670948
Log:
fixed typo in error message
Modified:
vcl/trunk/web/.ht-inc/image.php
Modified: vcl/trunk/web/.ht-inc/image.php
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/image.php?rev=1670948&r1=1670947&r2=1670948&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/image.php (original)
+++ vcl/trunk/web/.ht-inc/image.php Thu Apr 2 17:48:15 2015
@@ -1429,7 +1429,7 @@ class Image extends Resource {
}
if(is_null($imagemetaid)) {
$arr = array('error' => 'nullimagemetaid',
- 'msg' => _("Invalid infomation id database.
Contact your system administrator."));
+ 'msg' => _("Invalid infomation in database.
Contact your system administrator."));
sendJSON($arr);
return;
}