From b104da04fbcdc39faae42b4a714b730e3e1b05f5 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 13 Jul 2008 01:37:48 -0400 Subject: Colapse a lot of strings to make like easier for translators and more consisitant for users darcs-hash:20080713053748-533db-1cdb0cf3a9e4102eb139b74a7a9d4f97dadb20b8.gz --- actions/recoverpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/recoverpassword.php') diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index feb200163..9c34ff3d8 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -36,7 +36,7 @@ class RecoverpasswordAction extends Action { } else if ($this->arg('reset')) { $this->reset_password(); } else { - $this->client_error(_('Unexpected form.')); + $this->client_error(_('Unexpected form submission.')); } } else { if ($this->trimmed('code')) { -- cgit v1.2.3-54-g00ecf