diff options
author | Michael Tänzer <neo@nhng.de> | 2013-08-28 00:47:38 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-08-28 00:47:38 +0200 |
commit | 68056545c7f7d1bd210c05b3034436a984b0d7ff (patch) | |
tree | d94b5eecd03a6921eda143e719e25563c26a35b4 /includes | |
parent | 9500530ca333e99b03571625bcee5e2bc085c2e9 (diff) | |
download | cacert-devel-68056545c7f7d1bd210c05b3034436a984b0d7ff.tar.gz cacert-devel-68056545c7f7d1bd210c05b3034436a984b0d7ff.tar.xz cacert-devel-68056545c7f7d1bd210c05b3034436a984b0d7ff.zip |
bug 569: Fix wordingbug-569
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |