From 8f8ca453dafbefcc17b2122becf33d27584795c9 Mon Sep 17 00:00:00 2001 From: stax76 Date: Thu, 20 Nov 2025 01:51:23 +0100 Subject: [PATCH] Fix #748 --- src/MpvNet/InputHelp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MpvNet/InputHelp.cs b/src/MpvNet/InputHelp.cs index d8adf79..0da86c2 100644 --- a/src/MpvNet/InputHelp.cs +++ b/src/MpvNet/InputHelp.cs @@ -217,7 +217,7 @@ public static class InputHelp Add(b, new ("", "", "playlist-next", "MBTN_Forward", _("Next File"))); Add(b, new ("", "", "playlist-prev", "<", _("Previous File"))); Add(b, new ("", "", "playlist-next", ">", _("Next File"))); - Add(b, new ("", "", "ignore", "MBTN_Left", _("Ignore left mouse butten"))); + Add(b, new ("", "", "ignore", "MBTN_Left", _("Ignore left mouse button"))); Add(b, new ("", "", "cycle fullscreen", "f", _("Fullscreen"))); Add(b, new ("", "", "cycle fullscreen", "MBTN_Left_DBL", _("Fullscreen"))); Add(b, new ("", "", "no-osd seek 1 exact", "Shift+Right", _("Seek Forward")));