diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-20 01:24:59 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-20 01:24:59 +0100 |
commit | aee572b3fe878450371ae5696d40b98390ebe493 (patch) | |
tree | af157107323d0f08a64c816ff278ed51aa825538 /pages/account/34.php | |
parent | 8d0069784d4ff49ee5a73b5aa808cf9899e40f85 (diff) | |
download | cacert-aee572b3fe878450371ae5696d40b98390ebe493.tar.gz cacert-aee572b3fe878450371ae5696d40b98390ebe493.tar.xz cacert-aee572b3fe878450371ae5696d40b98390ebe493.zip |
Source code taken from cacert-20111116.tar.bz2
Diffstat (limited to 'pages/account/34.php')
-rw-r--r-- | pages/account/34.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/34.php b/pages/account/34.php index 25ad1db..b11bc7d 100644 --- a/pages/account/34.php +++ b/pages/account/34.php @@ -35,7 +35,7 @@ <td class="DataTD" colspan="2"><? printf(_("Are you really sure you want to remove %s from administering this organisation?"), sanitizeHTML($user['fname'])." ".sanitizeHTML($user['lname'])); ?></td> </tr> <tr> - <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Cancel")?>"> + <td class="DataTD" colspan="2"><input type="submit" name="cancel" value="<?=_("Cancel")?>"> <input type="submit" name="process" value="<?=_("Delete")?>"></td> </tr> </table> |