From 6d3fa10a913f047e8adc7cf76fa1ad4ad75e22e6 Mon Sep 17 00:00:00 2001 From: "Thomas E. Horner" Date: Wed, 8 Aug 2012 00:55:18 +0200 Subject: [PATCH] minor text change --- 3.0/modules/remote/controllers/gallery_remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }