diff options
| author | 2022-11-26 11:31:30 +0100 | |
|---|---|---|
| committer | 2022-11-26 11:31:30 +0100 | |
| commit | c05e931d5ed2ce315e9556db9ebf6afd9918f6fc (patch) | |
| tree | 45c6dbaf580f0a7b62d6a527cead84b562209ebf /app | |
| parent | 999e88c662895080024e905e926be572b71b7f53 (diff) | |
Deleted: bookmark.svg (#4897)
* delete bookmark.svg
* optimize Pafat theme
Diffstat (limited to 'app')
| -rw-r--r-- | app/Models/Themes.php | 1 | ||||
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 | ||||
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/app/Models/Themes.php b/app/Models/Themes.php index d652ada5b..86125c5f5 100644 --- a/app/Models/Themes.php +++ b/app/Models/Themes.php @@ -79,7 +79,6 @@ class FreshRSS_Themes extends Minz_Model { static $alts = array( 'add' => '➕', //✚ 'all' => '☰', - 'bookmark' => '✨', //★ 'bookmark-add' => '➕', //✚ 'bookmark-tag' => '📑', 'category' => '🗂️', //☷ diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 3c4f1ec2e..bb9d678dc 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -37,7 +37,7 @@ <li class="tree-folder category favorites<?= FreshRSS_Context::isCurrentGet('s') ? ' active' : '' ?>"> <div class="tree-folder-title"> - <?= _i('bookmark') ?> + <?= _i('starred') ?> <a class="title" data-unread="<?= format_number(FreshRSS_Context::$total_starred['unread']) ?>" href="<?= _url('index', $actual_view, 'get', 's') . $state_filter_manual ?>"> <?= _t('index.menu.favorites', format_number(FreshRSS_Context::$total_starred['all'])) ?> </a> diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index e3e18f5a0..d49986981 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -126,7 +126,7 @@ <tr> <th> </th> <th title="<?= _t('conf.shortcut.mark_read') ?>"><?= _i('read') ?></th> - <th title="<?= _t('conf.shortcut.mark_favorite') ?>"><?= _i('bookmark') ?></th> + <th title="<?= _t('conf.shortcut.mark_favorite') ?>"><?= _i('starred') ?></th> <th><?= _t('conf.display.icon.related_tags') ?></th> <th><?= _t('conf.display.icon.sharing') ?></th> <th><?= _t('conf.display.icon.summary') ?></th> |
