title fixed in config

This commit is contained in:
2026-07-01 10:00:33 -03:00
parent 9b78882835
commit 5cccbef7d7
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
</fieldset>
<fieldset>
<?= $this->form->label(t('Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?>
<?= $this->form->label(t('Top Horizontal Scrollbar thickness in pixels'), 'shrink_vertically_bar_size') ?>
<?= $this->form->number('shrink_vertically_bar_size', $values, $errors) ?>
<p class="form-help">
<?= t('Thickness of the top horizontal scrollbar (Chromium/WebKit browsers only). Default: 25.') ?>