diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-14 17:54:36 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-14 17:54:36 +0200 |
commit | 1e22cb1e86d1e4c9e689d2e5bca7beccb380742a (patch) | |
tree | aeb31ace17f5bc982922c69ed703a4c144557866 /program/steps/addressbook/edit.inc | |
parent | 47d8931484a47ed345677497de7e41ffbd2368b5 (diff) |
Unify some labels
Diffstat (limited to 'program/steps/addressbook/edit.inc')
-rw-r--r-- | program/steps/addressbook/edit.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index 0fc753056..27d26791b 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -69,6 +69,8 @@ $OUTPUT->add_handlers(array( 'filedroparea' => 'rcmail_photo_drop_area', )); +$OUTPUT->set_pagetitle($RCMAIL->gettext(($RCMAIL->action == 'add' ? 'addcontact' : 'editcontact'))); + if ($RCMAIL->action == 'add' && $OUTPUT->template_exists('contactadd')) { $OUTPUT->send('contactadd'); } |