aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editpost.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-07 14:15:07 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-07 14:15:07 +0200
commit9369150db7ada4b57936caef838766c806aa1ca7 (patch)
tree325df05d4b32e632d405c7caf080b6587aca7b75 /Zotlabs/Module/Editpost.php
parent0fd763433912d50b07a0d2fc20208e1060318df7 (diff)
downloadvolse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.tar.gz
volse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.tar.bz2
volse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.zip
rename button label in editpost from edit to submit
Diffstat (limited to 'Zotlabs/Module/Editpost.php')
-rw-r--r--Zotlabs/Module/Editpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Editpost.php b/Zotlabs/Module/Editpost.php
index a54c42e7f..57a4cb97f 100644
--- a/Zotlabs/Module/Editpost.php
+++ b/Zotlabs/Module/Editpost.php
@@ -82,7 +82,7 @@ class Editpost extends \Zotlabs\Web\Controller {
'editor_autocomplete'=> true,
'bbco_autocomplete'=> 'bbcode',
'return_path' => $_SESSION['return_url'],
- 'button' => t('Edit'),
+ 'button' => t('Submit'),
'hide_voting' => true,
'hide_future' => true,
'hide_location' => true,