diff options
author | friendica <info@friendica.com> | 2014-01-03 14:18:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-03 14:18:48 -0800 |
commit | 9f4e9f247a032d6e88d677474ead0d9cdaca22bb (patch) | |
tree | 3e5e49ceda28f7aba1310504c9ba78724e483f46 /mod/editpost.php | |
parent | f2ba6ed9982ee4b3b80331a195534f74e510d508 (diff) | |
parent | 24850a4ea4676c96b6e0f97b45b23fe12e1c80a2 (diff) | |
download | volse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.tar.gz volse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.tar.bz2 volse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index f012c47cd..7cc33d60d 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -50,6 +50,7 @@ function editpost_content(&$a) { '$geotag' => $geotag, '$nickname' => $channel['channel_address'], '$expireswhen' => t('Expires YYYY-MM-DD HH:MM'), + '$confirmdelete' => t('Delete item?'), )); |