diff options
author | marijus <mario@mariovavti.com> | 2014-04-11 16:06:39 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-11 16:06:39 +0200 |
commit | 3197ccbf5edf51eab49623c7c21e63af7de7f127 (patch) | |
tree | a5b12e724e84e4329d42273dca3ab69f971ece16 /include/conversation.php | |
parent | 93a56db3913b8023582fe4824b266988aa5a96d8 (diff) | |
download | volse-hubzilla-3197ccbf5edf51eab49623c7c21e63af7de7f127.tar.gz volse-hubzilla-3197ccbf5edf51eab49623c7c21e63af7de7f127.tar.bz2 volse-hubzilla-3197ccbf5edf51eab49623c7c21e63af7de7f127.zip |
bootstrapify aclselector
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 9ffa1e77a..541da1d9b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1153,7 +1153,7 @@ function status_editor($a,$x,$popup=false) { '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, '$expiryModalOK' => t('OK'), - '$expiryModalCANCEL' => t('Cancel'), + '$expiryModalCANCEL' => t('Cancel') )); |