diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 15:42:13 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 15:42:13 +0000 |
commit | 5869836180d8721363294c5d8dbe64d6b54571c6 (patch) | |
tree | afc4665d3ee7fdbf5d40757836120710bafbb1ad /include/js_strings.php | |
parent | c4b0f72032e30ccd45a1a34d507f0af1474bc7fa (diff) | |
download | volse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.tar.gz volse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.tar.bz2 volse-hubzilla-5869836180d8721363294c5d8dbe64d6b54571c6.zip |
expand/collapse is also used for comments, so removing 'post'.
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'), |