diff options
author | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-27 23:47:14 +0000 |
---|---|---|
committer | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-27 23:47:14 +0000 |
commit | acacea5efe76cb56f610ae30c5396e7b63be1e40 (patch) | |
tree | cd80b3f52e5a3e54c082c1ef1c3e1fff98341bd9 /Zotlabs/Module/Card_edit.php | |
parent | 49b38bd71b27427cad1c390d81bda3b7d38d8393 (diff) | |
parent | 187f19b1704b8a877b53a3e66c67ec26383a3ee9 (diff) | |
download | volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.tar.gz volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.tar.bz2 volse-hubzilla-acacea5efe76cb56f610ae30c5396e7b63be1e40.zip |
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'Zotlabs/Module/Card_edit.php')
-rw-r--r-- | Zotlabs/Module/Card_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Card_edit.php b/Zotlabs/Module/Card_edit.php index b5b44c567..6927c0b6f 100644 --- a/Zotlabs/Module/Card_edit.php +++ b/Zotlabs/Module/Card_edit.php @@ -123,7 +123,7 @@ class Card_edit extends \Zotlabs\Web\Controller { $editor = status_editor($a, $x); $o .= replace_macros(get_markup_template('edpost_head.tpl'), array( - '$title' => t('Edit Block'), + '$title' => t('Edit Card'), '$delete' => ((($itm[0]['author_xchan'] === $ob_hash) || ($itm[0]['owner_xchan'] === $ob_hash)) ? t('Delete') : false), '$id' => $itm[0]['id'], '$editor' => $editor |