Skip to content

Commit

Permalink
tweak: added alt+up shortcut info to open file menus footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklaen committed Sep 1, 2024
1 parent 431bb5e commit 16fc7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uosc/lib/menus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function open_file_navigation_menu(directory_path, handle_activate, opts)
local menu_data = {
type = opts.type,
title = opts.title or '',
footnote = t('Paste path or url to open.'),
footnote = t('%s to go up in tree.', 'alt+up') .. ' ' .. t('Paste path or url to open.'),
items = {},
on_close = opts.on_close and 'callback' or nil,
on_paste = 'callback',
Expand Down

0 comments on commit 16fc7ae

Please sign in to comment.