From 2312b5694748712f922f77844fb9164f5f54c484 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 6 Sep 2014 12:49:34 +0200 Subject: [PATCH] when editing a posting save it, not edit it to submit the changes --- mod/editpost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),