[vlc-commits] [Git][videolan/vlc][master] core: fix next/previous frame hotkey typos

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Sun Jun 21 14:20:47 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
8ac23338 by Marvin Scholz at 2026-06-21T16:06:39+02:00
core: fix next/previous frame hotkey typos

- - - - -


1 changed file:

- src/libvlc-module.c


Changes:

=====================================
src/libvlc-module.c
=====================================
@@ -1380,10 +1380,10 @@ static const char *const mouse_wheel_texts[] = {
     N_("Select the hotkey to make a long forward jump.")
 #define FRAME_NEXT_KEY_TEXT N_("Next frame")
 #define FRAME_NEXT_KEY_LONGTEXT \
-    N_("Select the hotkey to got to the next video frame.")
+    N_("Select the hotkey to go to the next video frame.")
 #define FRAME_PREVIOUS_KEY_TEXT N_("Previous frame")
 #define FRAME_PREVIOUS_KEY_LONGTEXT \
-    N_("Select the hotkey to got to the previous video frame.")
+    N_("Select the hotkey to go to the previous video frame.")
 
 #define JIEXTRASHORT_TEXT N_("Very short jump length")
 #define JIEXTRASHORT_LONGTEXT N_("Very short jump length, in seconds.")



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8ac2333894074012b42c58d56eb750b1f0fa01be

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8ac2333894074012b42c58d56eb750b1f0fa01be
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list