aboutsummaryrefslogtreecommitdiffstats
path: root/include/js_strings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-20 16:34:48 -0700
committerfriendica <info@friendica.com>2014-09-20 16:34:48 -0700
commit22e6e691ca46a49db65a304dc2133b7ee15febc4 (patch)
treee40cf0704fd1cb2a16d723dd1bbb2bc49166106d /include/js_strings.php
parent44cb423f21b6a34a138e7ffd2814fdd08788cfbe (diff)
downloadvolse-hubzilla-22e6e691ca46a49db65a304dc2133b7ee15febc4.tar.gz
volse-hubzilla-22e6e691ca46a49db65a304dc2133b7ee15febc4.tar.bz2
volse-hubzilla-22e6e691ca46a49db65a304dc2133b7ee15febc4.zip
Navbar notifications: don't show "nothing new here" unless we've checked and there's nothing. Until we know for sure, display "Loading...".
Diffstat (limited to 'include/js_strings.php')
-rw-r--r--include/js_strings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/js_strings.php b/include/js_strings.php
index cda66a09c..f4c0a631d 100644
--- a/include/js_strings.php
+++ b/include/js_strings.php
@@ -15,6 +15,7 @@ function js_strings() {
'$passhint' => t('Passphrase hint'),
'$permschange' => t('Notice: Permissions have changed but have not yet been submitted.'),
'$closeAll' => t('close all'),
+ '$nothingnew' => t('Nothing new here'),
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''),
'$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''),