aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:21:57 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:21:57 +0100
commit25a533bd72c34e9775af71c010a39db6caf7b633 (patch)
tree2b9aa40233162b813ccec6c4caa28d380c7fcabd /include/conversation.php
parent18defb2984db8447a43de6bcffb3bdc5e596a8e0 (diff)
downloadvolse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.gz
volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.tar.bz2
volse-hubzilla-25a533bd72c34e9775af71c010a39db6caf7b633.zip
New modal dialog for item expiry
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php
index a2eeda25b..bb9440313 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1138,6 +1138,8 @@ function status_editor($a,$x,$popup=false) {
'$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'),
'$encrypt' => t('Encrypt text'),
'$cipher' => $cipher,
+ '$expiryModalOK' => t('OK'),
+ '$expiryModalCANCEL' => t('Cancel'),
));