From ad378cbe07fa55d681601a2516399eeb8ac92a38 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Tue, 3 Jun 2014 12:05:25 +0000 Subject: Updated strings for show entire post and show less to expand and collapse. See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl --- include/js_strings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/js_strings.php') diff --git a/include/js_strings.php b/include/js_strings.php index 4fbcbe841..0990e1ff7 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 comments'), - '$showfewer' => t('[-] show fewer comments'), - '$divgrowmore' => t('[+] show more'), - '$divgrowless' => t('[-] show less'), + '$showmore' => t('[+] show all'), + '$showfewer' => t('[-] show less'), + '$divgrowmore' => t('[+] expand post'), + '$divgrowless' => t('[-] collapse post'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), -- cgit v1.2.3