notify when permissions change and haven't been saved.

This commit is contained in:
friendica
2014-03-07 21:55:52 -08:00
parent ab0eab49e8
commit 5ec38459dc
5 changed files with 16 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ function js_strings() {
'$everybody' => t('everybody'),
'$passphrase' => t('Secret Passphrase'),
'$passhint' => t('Passphrase hint'),
'$permschange' => t('Notice: Permissions have changed but have not yet been submitted.'),
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''),
'$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''),