aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:47:37 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2013-12-22 14:47:37 +0100
commit031b9b7d775bbc2f88e8f2e6057b67286297042c (patch)
treea8c7391bfe799703aa0a8f26b9ee788f1204e8be /mod/editpost.php
parent7e7b5bfa4930493a8feae10b0550e29797956c70 (diff)
parent870df76463a1cc9823b364db0bfb387f3f46664f (diff)
downloadvolse-hubzilla-031b9b7d775bbc2f88e8f2e6057b67286297042c.tar.gz
volse-hubzilla-031b9b7d775bbc2f88e8f2e6057b67286297042c.tar.bz2
volse-hubzilla-031b9b7d775bbc2f88e8f2e6057b67286297042c.zip
Merge branch 'bootstrap'
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 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;