[vlc-devel] commit: Fixed a couple of l10n strings pointed by Antonio Javier Varela ( Felix Paul Kühne )

git version control git at videolan.org
Sat Sep 13 14:46:01 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Sep 13 14:49:08 2008 +0200| [d5845675317c95d4bbd67445d26bc946ab68c075] | committer: Felix Paul Kühne 

Fixed a couple of l10n strings pointed by Antonio Javier Varela

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5845675317c95d4bbd67445d26bc946ab68c075
---

 modules/access/dshow/dshow.cpp    |    2 +-
 modules/access/dv.c               |    2 +-
 modules/gui/macosx/wizard.m       |    2 +-
 modules/video_filter/bluescreen.c |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 7d9b59e..918e252 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -98,7 +98,7 @@ static const char *const ppsz_amtuner_mode_text[] = { N_("Default"),
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
     "Caching value for DirectShow streams. " \
-    "This value should be set in millisecondss." )
+    "This value should be set in milliseconds." )
 #define VDEV_TEXT N_("Video device name")
 #define VDEV_LONGTEXT N_( \
     "Name of the video device that will be used by the " \
diff --git a/modules/access/dv.c b/modules/access/dv.c
index 8033086..057a5ee 100644
--- a/modules/access/dv.c
+++ b/modules/access/dv.c
@@ -70,7 +70,7 @@ static int Control( access_t *, int, va_list );
 
 #define CACHING_TEXT N_("Caching value in ms")
 #define CACHING_LONGTEXT N_( \
-    "Caching value for DV streams. This" \
+    "Caching value for DV streams. This " \
     "value should be set in milliseconds." )
 
 vlc_module_begin();
diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m
index ec94012..a57ccea 100644
--- a/modules/gui/macosx/wizard.m
+++ b/modules/gui/macosx/wizard.m
@@ -419,7 +419,7 @@ static VLCWizard *_o_sharedInstance = nil;
     [o_t7_btn_mrInfo_local setTitle: _NS("More Info")];
 
     /* page eight ("Summary") */
-    [o_t8_txt_text setStringValue: _NS("This page lists all the settings."
+    [o_t8_txt_text setStringValue: _NS("This page lists all the settings. "
         "Click \"Finish\" to start streaming or transcoding.")];
     [o_t8_txt_title setStringValue: _NS("Summary")];
     [o_t8_txt_destination setStringValue: [_NS("Destination")
diff --git a/modules/video_filter/bluescreen.c b/modules/video_filter/bluescreen.c
index 2499f55..4c09941 100644
--- a/modules/video_filter/bluescreen.c
+++ b/modules/video_filter/bluescreen.c
@@ -38,8 +38,8 @@
 #define BLUESCREEN_HELP N_( \
     "This effect, also known as \"greenscreen\" or \"chroma key\" blends " \
     "the \"blue parts\" of the foreground image of the mosaic on the " \
-    "background (like weather forcasts). You can choose the \"key\" " \
-    "color for blending (blyyue by default)." )
+    "background (like weather forecasts). You can choose the \"key\" " \
+    "color for blending (blue by default)." )
 
 #define BLUESCREENU_TEXT N_("Bluescreen U value")
 #define BLUESCREENU_LONGTEXT N_( \




More information about the vlc-devel mailing list