diff options
Diffstat (limited to 'mod/blocks.php')
-rw-r--r-- | mod/blocks.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/blocks.php b/mod/blocks.php index 170d37256..4604790c3 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -62,6 +62,7 @@ require_once ('include/conversation.php'); 'bang' => (($group || $cid) ? '!' : ''), 'visitor' => 'block', 'mimetype' => 'choose', + 'ptlabel' => t('Block Name'), 'profile_uid' => intval($owner), ); |