From: Tobias Diekershoff Date: Sat, 6 Sep 2014 10:49:34 +0000 (+0200) Subject: when editing a posting save it, not edit it to submit the changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2312b5694748712f922f77844fb9164f5f54c484;p=friendica.git when editing a posting save it, not edit it to submit the changes --- diff --git a/mod/editpost.php b/mod/editpost.php index afa9d98682..3b8c112819 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -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'),