diff --git a/3.0/modules/remote/controllers/gallery_remote.php b/3.0/modules/remote/controllers/gallery_remote.php index 5a3081bf..bb28815d 100644 --- a/3.0/modules/remote/controllers/gallery_remote.php +++ b/3.0/modules/remote/controllers/gallery_remote.php @@ -239,7 +239,7 @@ class Gallery_Remote_Controller extends Controller { } } catch (ORM_Validation_Exception $e) { - $reply->set('status_text', t('Failed to validate album with name %name.', array('name' => $name))); + $reply->set('status_text', t('Failed to save album with name %name.', array('name' => $name))); $reply->send(gallery_remote::CREATE_ALBUM_FAILED); } }