mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
when editing a posting save it, not edit it to submit the changes
This commit is contained in:
parent
4aa2ae488b
commit
2312b56947
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function editpost_content(&$a) {
|
|||
$o .= replace_macros($tpl,array(
|
||||
'$return_path' => $_SESSION['return_url'],
|
||||
'$action' => 'item',
|
||||
'$share' => t('Edit'),
|
||||
'$share' => t('Save'),
|
||||
'$upload' => t('Upload photo'),
|
||||
'$shortupload' => t('upload photo'),
|
||||
'$attach' => t('Attach file'),
|
||||
|
|
Loading…
Reference in a new issue