diff options
author | INOPIAE <inopiae@cacert.org> | 2013-02-20 01:16:07 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-02-20 01:16:07 +0100 |
commit | dc7e1e0762461b0abbcf1854bd17829fb1ea833b (patch) | |
tree | 0138e435114d5ae31def43a1b13b8310afd92376 | |
parent | 8de81b5782fde5865763c331b288af9a8ecea83c (diff) | |
download | cacert-devel-dc7e1e0762461b0abbcf1854bd17829fb1ea833b.tar.gz cacert-devel-dc7e1e0762461b0abbcf1854bd17829fb1ea833b.tar.xz cacert-devel-dc7e1e0762461b0abbcf1854bd17829fb1ea833b.zip |
bug 569: changed wording of output
-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 c8b9926..b90c9d3 100644 --- a/includes/account.php +++ b/includes/account.php @@ -153,7 +153,7 @@ foreach($_REQUEST['delid'] as $id) { if (0==$delcount) { - echo _('The following accounts have been removed:')."<br>\n"; + echo _('The following email addresses have been removed:')."<br>\n"; } $id = intval($id); $query = "select * from `email` where `id`='$id' and `memid`='".intval($_SESSION['profile']['id'])."' and |