From b7d624b9d97b741aca1730f35a775273b747bda6 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sat, 15 Nov 2003 00:26:15 +0000 Subject: [PATCH] * spelling fix --- src/libvlc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvlc.h b/src/libvlc.h index cf8b91e6fa..d450110ad1 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -2,7 +2,7 @@ * libvlc.h: main libvlc header ***************************************************************************** * Copyright (C) 1998-2002 VideoLAN - * $Id: libvlc.h,v 1.105 2003/11/14 20:17:29 hartman Exp $ + * $Id: libvlc.h,v 1.106 2003/11/15 00:26:15 hartman Exp $ * * Authors: Vincent Seguin * Samuel Hocevar @@ -517,7 +517,7 @@ static char *ppsz_language_text[] = #define FULLSCREEN_KEY_TEXT N_("Fullscreen") #define FULLSCREEN_KEY_LONGTEXT N_("Select the hotkey to use to swap fullscreen state") -#define PLAY_PAUSE_KEY_TEXT N_("Play/ause") +#define PLAY_PAUSE_KEY_TEXT N_("Play/Pause") #define PLAY_PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to swap paused state") #define PAUSE_KEY_TEXT N_("Pause only") #define PAUSE_KEY_LONGTEXT N_("Select the hotkey to use to pause") -- GitLab