No need to gettext this, since the only way to get here is to manually play around...
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 18 Dec 2009 20:02:36 +0000 (13:02 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 18 Dec 2009 20:04:43 +0000 (13:04 -0700)
imp/saveimage.php

index 914fdfd..3955579 100644 (file)
@@ -40,7 +40,7 @@ case 'save_image':
 
 if (!$registry->hasMethod('images/selectGalleries') ||
     !$registry->hasMethod('images/saveImage')) {
-    throw new IMP_Exception(_("Image saving is not available."));
+    throw new IMP_Exception('Image saving is not available.');
 }
 
 /* Build the template. */