aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/editpost.php')
-rw-r--r--mod/editpost.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php
index b01afe9b3..8e2d2fd60 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;