diff options
author | friendica <info@friendica.com> | 2013-12-22 13:44:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-22 13:44:34 -0800 |
commit | 30219b5bda724375c10006c33e5754d3f5d1d044 (patch) | |
tree | c5753e5afbbe3daf20d6898ec81dc78c2a787f86 /mod | |
parent | bb623fc464b777737114e953653dd4d90b7e2b3d (diff) | |
parent | 6480e14a910252f550929d3e1d7520a966dfbb09 (diff) | |
download | volse-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.php | 2 |
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; |