From: Michael M Slusarz Date: Fri, 18 Dec 2009 20:02:36 +0000 (-0700) Subject: No need to gettext this, since the only way to get here is to manually play around... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=97b4634ba3bfbf43ae39ca9dc7afad40675f326a;p=horde.git No need to gettext this, since the only way to get here is to manually play around with URL parameters --- diff --git a/imp/saveimage.php b/imp/saveimage.php index 914fdfdb2..395557954 100644 --- a/imp/saveimage.php +++ b/imp/saveimage.php @@ -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. */