]> git.sesse.net Git - vlc/commitdiff
* Typo's by me. ( Cool i included a dutch sentence a while ago and noone noticed ?)
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 6 Jun 2003 02:48:19 +0000 (02:48 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 6 Jun 2003 02:48:19 +0000 (02:48 +0000)
modules/gui/macosx/macosx.m

index 81f2c6e5aa8bb1bbe7e45e38f4e9bb6f37f65b7c..ad23cd23121a1226c4ff6e807ef62d407340c1f9 100644 (file)
@@ -2,7 +2,7 @@
  * macosx.m: MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001-2003 VideoLAN
- * $Id: macosx.m,v 1.13 2003/06/06 02:23:30 hartman Exp $
+ * $Id: macosx.m,v 1.14 2003/06/06 02:48:19 hartman Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Eugenio Jarosiewicz <ej0@cise.ufl.edu>
@@ -46,7 +46,7 @@ void E_(CloseVideo)   ( vlc_object_t * );
  *****************************************************************************/
 #define VDEV_TEXT N_("Video device")
 #define VDEV_LONGTEXT N_("Choose a number corresponding to " \
-    "a screen in you video device selection menu and this screen "
+    "a screen in you video device selection menu and this screen " \
     "will be used by default as the screen for 'fullscreen'.")
 
 #define OPAQUENESS_TEXT N_("Opaqueness")
@@ -54,7 +54,7 @@ void E_(CloseVideo)   ( vlc_object_t * );
     "Set the transparency of the video output. 1 is non-transparent (default) " \
     "0 is fully transparent.")
     
-#define FLOAT_TEXT N_("Altijd op de Voorgrond")
+#define FLOAT_TEXT N_("Always float on top")
 #define FLOAT_LONGTEXT N_( \
     "Let the video window float on top of other windows.")