diff options
Diffstat (limited to 'include/js_strings.php')
-rw-r--r-- | include/js_strings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index 0990e1ff7..cda66a09c 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -6,8 +6,8 @@ function js_strings() { '$comment' => t('Comment'), '$showmore' => t('[+] show all'), '$showfewer' => t('[-] show less'), - '$divgrowmore' => t('[+] expand post'), - '$divgrowless' => t('[-] collapse post'), + '$divgrowmore' => t('[+] expand'), + '$divgrowless' => t('[-] collapse'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), |