diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-07 14:15:07 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-07 14:15:07 +0200 |
commit | 9369150db7ada4b57936caef838766c806aa1ca7 (patch) | |
tree | 325df05d4b32e632d405c7caf080b6587aca7b75 | |
parent | 0fd763433912d50b07a0d2fc20208e1060318df7 (diff) | |
download | volse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.tar.gz volse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.tar.bz2 volse-hubzilla-9369150db7ada4b57936caef838766c806aa1ca7.zip |
rename button label in editpost from edit to submit
-rw-r--r-- | Zotlabs/Module/Editpost.php | 2 |
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, |