diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 05:12:00 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 05:12:00 +0000 |
commit | b4e7d7f7c048c6a4521f286bafc214f235c3c5d1 (patch) | |
tree | 385272973e8e61a24065f339d5aedd64b44bfc99 /include/js_strings.php | |
parent | d41b76aa11683be8ad372897a71958e35348a168 (diff) | |
download | volse-hubzilla-b4e7d7f7c048c6a4521f286bafc214f235c3c5d1.tar.gz volse-hubzilla-b4e7d7f7c048c6a4521f286bafc214f235c3c5d1.tar.bz2 volse-hubzilla-b4e7d7f7c048c6a4521f286bafc214f235c3c5d1.zip |
Updated to [+] show more, [+] show more comments, etc. See https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 1b62266d6..4fbcbe841 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -4,10 +4,10 @@ function js_strings() { return replace_macros(get_markup_template('js_strings.tpl'), array( '$delitem' => t('Delete this item?'), '$comment' => t('Comment'), - '$showmore' => t('show more'), - '$showfewer' => t('show fewer'), - '$divgrowmore' => t('+ Show More'), - '$divgrowless' => t('- Show Less'), + '$showmore' => t('[+] show more comments'), + '$showfewer' => t('[-] show fewer comments'), + '$divgrowmore' => t('[+] show more'), + '$divgrowless' => t('[-] show less'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), |