Commit f6498d06 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Fixed l10n msg

parent c3469a6a
...@@ -827,7 +827,7 @@ static const char *const ppsz_clock_descriptions[] = ...@@ -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 " \ "This allows you to select a list of encoders that VLC will use in " \
"priority.") "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_( \ #define SYSTEM_CODEC_LONGTEXT N_( \
"Indicates whether VLC will prefer native plugins installed " \ "Indicates whether VLC will prefer native plugins installed " \
"on system over VLC owns plugins whenever a choice is available." ) "on system over VLC owns plugins whenever a choice is available." )
...@@ -1009,7 +1009,7 @@ static const char *const ppsz_clock_descriptions[] = ...@@ -1009,7 +1009,7 @@ static const char *const ppsz_clock_descriptions[] =
#define PLUGIN_PATH_TEXT N_("Modules search path") #define PLUGIN_PATH_TEXT N_("Modules search path")
#define PLUGIN_PATH_LONGTEXT N_( \ #define PLUGIN_PATH_LONGTEXT N_( \
"Additional path for VLC to look for its modules. You can add " \ "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_TEXT N_("VLM configuration file")
#define VLM_CONF_LONGTEXT N_( \ #define VLM_CONF_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment