[vlc-devel] commit: Fixed l10n msg ( Felix Paul Kühne )

git version control git at videolan.org
Wed Jul 16 23:10:30 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jul 16 20:44:15 2008 +0200| [f6498d061b54cd952029df56796d43846904b72f]

Fixed l10n msg

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

 src/libvlc-module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index cf82df1..988ee6b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -827,7 +827,7 @@ static const char *const ppsz_clock_descriptions[] =
     "This allows you to select a list of encoders that VLC will use in " \
     "priority.")
 
-#define SYSTEM_CODEC_TEXT N_("Prefer system plugins over vlc")
+#define SYSTEM_CODEC_TEXT N_("Prefer system plugins over VLC")
 #define SYSTEM_CODEC_LONGTEXT N_( \
     "Indicates whether VLC will prefer native plugins installed " \
     "on system over VLC owns plugins whenever a choice is available." )
@@ -1009,7 +1009,7 @@ static const char *const ppsz_clock_descriptions[] =
 #define PLUGIN_PATH_TEXT N_("Modules search path")
 #define PLUGIN_PATH_LONGTEXT N_( \
     "Additional path for VLC to look for its modules. You can add " \
-    "several paths by concatenating them using " PATH_SEP " as separator")
+    "several paths by concatenating them using \" PATH_SEP \" as separator")
 
 #define VLM_CONF_TEXT N_("VLM configuration file")
 #define VLM_CONF_LONGTEXT N_( \




More information about the vlc-devel mailing list