]> git.mxchange.org Git - friendica.git/commitdiff
when editing a posting save it, not edit it to submit the changes
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 6 Sep 2014 10:49:34 +0000 (12:49 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 6 Sep 2014 10:49:34 +0000 (12:49 +0200)
mod/editpost.php

index afa9d98682c3d630bc2161d395b541f62bc69c9c..3b8c1128193b2e4ddc195efd4eabfdc1ba61ba6b 100644 (file)
@@ -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'),