rev update - add cancel markup to editor

This commit is contained in:
friendica 2012-09-15 15:23:15 -07:00
parent 8497c6782e
commit 669d2b890e
4 changed files with 105 additions and 103 deletions

View file

@ -1280,6 +1280,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
'$profile_uid' => $x['profile_uid'],
'$preview' => t('Preview'),
'$sourceapp' => t($a->sourcename),
'$cancel' => t('Cancel')
));