From 68056545c7f7d1bd210c05b3034436a984b0d7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 28 Aug 2013 00:47:38 +0200 Subject: bug 569: Fix wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- includes/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/account.php b/includes/account.php index 6f3a77c..203d1c7 100644 --- a/includes/account.php +++ b/includes/account.php @@ -186,7 +186,7 @@ } if(0 == $delcount) { - echo _("You failed to select any accounts to be removed, or you attempted to remove the default account. No action was taken."); + echo _("You did not select any accounts to be removed, or you attempted to remove the default account. No action was taken."); } showfooter(); -- cgit v1.2.1