projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab2f6ba
)
No need to gettext this, since the only way to get here is to manually play around...
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 18 Dec 2009 20:02:36 +0000
(13:02 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 18 Dec 2009 20:04:43 +0000
(13:04 -0700)
imp/saveimage.php
patch
|
blob
|
history
diff --git
a/imp/saveimage.php
b/imp/saveimage.php
index
914fdfd
..
3955579
100644
(file)
--- 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. */