]> git.sesse.net Git - vlc/commitdiff
* fixed typos in some l10n-messages
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 29 Sep 2004 14:21:31 +0000 (14:21 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 29 Sep 2004 14:21:31 +0000 (14:21 +0000)
modules/gui/wxwindows/open.cpp
modules/video_filter/marq.c
modules/video_filter/swscale/filter.c

index 97950ada2cdca7e856f00351606c6c92ce6c98a7..75c0399535e864b4e0f93a4c668f9a3e318fd5a1 100644 (file)
@@ -443,7 +443,7 @@ OpenDialog::OpenDialog( intf_thread_t *_p_intf, wxWindow *_p_parent,
     caching_checkbox = new wxCheckBox( panel, CachingEnable_Event,
                                        wxU(_("Caching")) );
     caching_checkbox->SetToolTip( wxU(_("Change the default caching value "
-                                        "(in miliseconds)")) );
+                                        "(in milliseconds)")) );
     common_opt_sizer->Add( caching_checkbox, 0,
                            wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL );
     caching_value = new wxSpinCtrl( panel, CachingChange_Event );
index c2a37739195e63d4ad50d4231593ef324d4e8cf9..29d07231bc563ff0f1c0c235f459437456e0836b 100755 (executable)
@@ -70,7 +70,7 @@ struct filter_sys_t
 #define TIMEOUT_TEXT N_("Marquee timeout")
 #define TIMEOUT_LONGTEXT N_("Defines the time the marquee must remain " \
                             "displayed, in milliseconds. Default value is " \
-                            "0 (remain forever)")
+                            "0 (remain forever).")
 
 /*****************************************************************************
  * Module descriptor
index 3ba9b61385e165d53144db0c81486bb6b51b526e..e780117aec5faed35617094b3496eff53e766edf 100644 (file)
@@ -61,7 +61,7 @@ static int GetSwscaleChroma( vlc_fourcc_t );
  * Module descriptor
  *****************************************************************************/
 #define MODE_TEXT N_("Scaling mode")
-#define MODE_LONGTEXT N_("You can choose the default scaling mode")
+#define MODE_LONGTEXT N_("You can choose the default scaling mode.")
 
 static int pi_mode_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
 static char *ppsz_mode_descriptions[] =