Skip to content

Commit 1356b49

Browse files
committed
Fixed typo in show_viewer_hotkey text.
Signed-off-by: Ken McGaugh <[email protected]>
1 parent 9ff814c commit 1356b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/viewport_overlay/media_metadata_hud/src/media_metadata_hud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ void MediaMetadataHUD::register_hotkeys() {
310310
show_viewer_hotkey_ = register_hotkey(
311311
int('Q'),
312312
ui::NoModifier,
313-
"Show Metadata Viewrt",
313+
"Show Metadata Viewer",
314314
"Shows or hides the pop-out Media Metadata Panel");
315315
}
316316

0 commit comments

Comments
 (0)