aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-22 13:44:34 -0800
committerfriendica <info@friendica.com>2013-12-22 13:44:34 -0800
commit30219b5bda724375c10006c33e5754d3f5d1d044 (patch)
treec5753e5afbbe3daf20d6898ec81dc78c2a787f86 /mod
parentbb623fc464b777737114e953653dd4d90b7e2b3d (diff)
parent6480e14a910252f550929d3e1d7520a966dfbb09 (diff)
downloadvolse-hubzilla-30219b5bda724375c10006c33e5754d3f5d1d044.tar.gz
volse-hubzilla-30219b5bda724375c10006c33e5754d3f5d1d044.tar.bz2
volse-hubzilla-30219b5bda724375c10006c33e5754d3f5d1d044.zip
Merge pull request #249 from cvogeley/master
New modal dialog for item expiry
Diffstat (limited to 'mod')
-rw-r--r--mod/editpost.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php
index e731c04fe..f012c47cd 100644
--- a/mod/editpost.php
+++ b/mod/editpost.php
@@ -132,6 +132,8 @@ function editpost_content(&$a) {
'$expires' => t('Set expiration date'),
'$feature_encrypt' => 'none',
'$encrypt' => t('Encrypt text'),
+ '$expiryModalOK' => t('OK'),
+ '$expiryModalCANCEL' => t('Cancel'),
));
return $o;