aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/display.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-05 21:42:06 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-05 21:42:06 +0100
commit754a7b27b605aec221b23a57afe1896b707a29d2 (patch)
treeb73265f8a4fde697b550d28be1af07e613206de3 /app/views/configure/display.phtml
parent5050b20ccaff8af68cad9ce27d3e47ad45b686df (diff)
Fix reader view header (#4015)
* fix the hyperlink underline * add mouse title * improve German mouse titles * fixed whitespaces * use the same title in config/display like in normal/reader view * i18n German: Discard change for this String * delete unused gen.action.mark_favorite
Diffstat (limited to 'app/views/configure/display.phtml')
-rw-r--r--app/views/configure/display.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index 96f93a27f..dfb377893 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -122,8 +122,8 @@
<thead>
<tr>
<th> </th>
- <th title="<?= _t('gen.action.mark_read') ?>"><?= _i('read') ?></th>
- <th title="<?= _t('gen.action.mark_favorite') ?>"><?= _i('bookmark') ?></th>
+ <th title="<?= _t('conf.shortcut.mark_read') ?>"><?= _i('read') ?></th>
+ <th title="<?= _t('conf.shortcut.mark_favorite') ?>"><?= _i('bookmark') ?></th>
<th><?= _t('conf.display.icon.related_tags') ?></th>
<th><?= _t('conf.display.icon.sharing') ?></th>
<th><?= _t('conf.display.icon.summary') ?></th>