diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-09 10:57:25 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-09 10:57:25 +0300 |
commit | ce7f402193aef282972660c9cd22875409a86964 (patch) | |
tree | 14be7cdcc0a1e6767d03e525e55024eca2eebdad /src/ui | |
parent | 406bda52ea612c199a0e16f5b21483cac4aded98 (diff) |
Mobile: Wrong menu item label
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index a85c8a29..032d68d1 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -227,7 +227,7 @@ static const iMenuItem tabletNavMenuItems_[] = { | |||
227 | { "---", 0, 0, NULL }, | 227 | { "---", 0, 0, NULL }, |
228 | { book_Icon " ${menu.bookmarks.list}", 0, 0, "!open url:about:bookmarks" }, | 228 | { book_Icon " ${menu.bookmarks.list}", 0, 0, "!open url:about:bookmarks" }, |
229 | { "${menu.bookmarks.bytag}", 0, 0, "!open url:about:bookmarks?tags" }, | 229 | { "${menu.bookmarks.bytag}", 0, 0, "!open url:about:bookmarks?tags" }, |
230 | { "${menu.bookmarks.bydate}", 0, 0, "!open url:about:feeds" }, | 230 | { "${menu.bookmarks.bytime}", 0, 0, "!open url:about:feeds" }, |
231 | { "---", 0, 0, NULL }, | 231 | { "---", 0, 0, NULL }, |
232 | { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, | 232 | { gear_Icon " ${menu.preferences}", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, |
233 | { "${menu.help}", SDLK_F1, 0, "!open url:about:help" }, | 233 | { "${menu.help}", SDLK_F1, 0, "!open url:about:help" }, |