From fdb25f3450a636b28aa640d096ae4feed308086e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 24 Feb 2014 15:27:39 -0800 Subject: string 'null' showing up in timeago since last modify --- include/js_strings.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/js_strings.php b/include/js_strings.php index 2d96ca9d2..cd0ee8c7c 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -14,8 +14,8 @@ function js_strings() { '$passphrase' => t('Secret Passphrase'), '$passhint' => t('Passphrase hint'), - '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'), - '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : 'null'), + '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), + '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), '$t03' => t('ago'), '$t04' => t('from now'), '$t05' => t('less than a minute'), @@ -32,6 +32,5 @@ function js_strings() { '$t16' => t(' '), // wordSeparator '$t17' => ((t('timeago.numbers') != 'timeago.numbers') ? t('timeago.numbers') : '[]') - )); } -- cgit v1.2.3