]> git.sesse.net Git - vlc/commitdiff
* spelling fix
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 15 Nov 2003 00:26:15 +0000 (00:26 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 15 Nov 2003 00:26:15 +0000 (00:26 +0000)
src/libvlc.h

index cf8b91e6fa519c4dc5c96c5dfe066ad57f6dab1e..d450110ad1f30d89d243f8184170586bf7635675 100644 (file)
@@ -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 <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -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")