diff options
author | Mario <mario@mariovavti.com> | 2024-08-04 13:40:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-04 13:40:22 +0000 |
commit | 294359d7f5526394d8dcfd0fd29f5ec4914cdde8 (patch) | |
tree | 7e07dac2ac2db141c6ff9ad18a9a0e549118e332 /include/js_strings.php | |
parent | 8ff870482fcb7df20182bf7613ecd47901aeb468 (diff) | |
download | volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.gz volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.tar.bz2 volse-hubzilla-294359d7f5526394d8dcfd0fd29f5ec4914cdde8.zip |
improved content and comment collapse/expand rendering
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 cbc94bb08..0142bad28 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -5,10 +5,10 @@ function js_strings() { '$delitem' => t('Delete this item?'), '$itemdel' => t('Item deleted'), '$comment' => t('Comment'), - '$showmore' => sprintf( t('%s show all'), '<i class=\'bi bi-chevron-down align-middle\'></i>'), - '$showfewer' => sprintf( t('%s show less'), '<i class=\'bi bi-chevron-up align-middle\'></i>'), - '$divgrowmore' => sprintf( t('%s expand'), '<i class=\'bi bi-chevron-down align-middle\'></i>'), - '$divgrowless' => sprintf( t('%s collapse'),'<i class=\'bi bi-chevron-up align-middle\'></i>'), + '$showmore' => t('show all'), + '$showfewer' => t('show less'), + '$divgrowmore' => t('expand'), + '$divgrowless' => t('collapse'), '$pwshort' => t("Password too short"), '$pwnomatch' => t("Passwords do not match"), '$everybody' => t('everybody'), |