]> git.sesse.net Git - vlc/blobdiff - modules/gui/win32/win32.cpp
* now 0.6.0-cvs
[vlc] / modules / gui / win32 / win32.cpp
index b0fd112c4dc8f70ba4ef891603be4a62adb0b2d1..3c3de8c8267f408e6d56583dc75d1fcd32fc2e2a 100644 (file)
@@ -2,7 +2,7 @@
  * win32.cpp : Win32 interface plugin for vlc\r
  *****************************************************************************\r
  * Copyright (C) 2002-2003 VideoLAN\r
- * $Id: win32.cpp,v 1.18 2003/03/30 18:14:38 gbazin Exp $\r
+ * $Id: win32.cpp,v 1.19 2003/05/15 22:27:37 massiot Exp $\r
  *\r
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>\r
  *\r
@@ -299,11 +299,11 @@ int Win32Manage( intf_thread_t *p_intf )
  * Module descriptor\r
  *****************************************************************************/\r
 \r
-#define MAX_LINES_TEXT N_( "maximum number of lines in the log window" )\r
+#define MAX_LINES_TEXT N_( "Maximum number of lines in the log window" )\r
 #define MAX_LINES_LONGTEXT N_( \\r
     "You can set the maximum number of lines that the log window will display."\\r
     " Enter -1 if you want to keep all messages." )\r
-#define SHOW_CAPTIONS_TEXT N_( "display text under images in the toolbar" )\r
+#define SHOW_CAPTIONS_TEXT N_( "Display text under images in the toolbar" )\r
 #define SHOW_CAPTIONS_LONGTEXT N_( \\r
     "Check this option if you want to display the caption of the buttons in " \\r
     "the toolbar. Beware, the display may be messed up" )\r