diff options
author | thomascube <thomas@roundcube.net> | 2006-12-23 11:16:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-23 11:16:53 +0000 |
commit | 853b2e734139aa7fcd97fd931803808bdad201bd (patch) | |
tree | c132e60c82eb2ff95a82fc220db08c91abfea573 /program/steps/settings/save_identity.inc | |
parent | 822e27617b42b8e4ceb3dbfcaedd76e3a3cb6f3f (diff) |
Fixed little typos and improved CSS altering in HTML messages
Diffstat (limited to 'program/steps/settings/save_identity.inc')
-rw-r--r-- | program/steps/settings/save_identity.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/settings/save_identity.inc b/program/steps/settings/save_identity.inc index 60a6855f0..a127ca07e 100644 --- a/program/steps/settings/save_identity.inc +++ b/program/steps/settings/save_identity.inc @@ -139,12 +139,12 @@ else { // show error message show_message('errorsaving', 'error'); - rcmail_overwrite_action('edit-identitiy'); + rcmail_overwrite_action('edit-identity'); } } // go to next step -rcmail_overwrite_action($_POST['_framed'] ? 'edit-identitiy' : 'identities'); +rcmail_overwrite_action($_POST['_framed'] ? 'edit-identity' : 'identities'); ?>
\ No newline at end of file |