[vlc-devel] [PATCH 2/2] i18n: capital letter at the beginning
Michał Trzebiatowski
michtrz at gmail.com
Fri Dec 1 02:31:56 CET 2017
Signed-off-by: Michał Trzebiatowski <michtrz at gmail.com>
---
modules/access/dvb/access.c | 4 ++--
modules/stream_out/standard.c | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c
index c5bc986..ec0f7c4 100644
--- a/modules/access/dvb/access.c
+++ b/modules/access/dvb/access.c
@@ -68,10 +68,10 @@ static void Close( vlc_object_t *p_this );
/* Satellite */
#define SATELLITE_TEXT N_("Satellite scanning config")
-#define SATELLITE_LONGTEXT N_("filename of config file in share/dvb/dvb-s.")
+#define SATELLITE_LONGTEXT N_("Filename of config file in share/dvb/dvb-s.")
#define SCANLIST_TEXT N_("Scan tuning list")
-#define SCANLIST_LONGTEXT N_("filename containing initial scan tuning data.")
+#define SCANLIST_LONGTEXT N_("Filename containing initial scan tuning data.")
#define SCAN_NIT_TEXT N_("Use NIT for scanning services")
diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c
index a4f6fe6..29f80b5 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -48,14 +48,14 @@
#define DEST_TEXT N_("Output destination")
#define DEST_LONGTEXT N_( \
"Destination (URL) to use for the stream. Overrides path and bind parameters" )
-#define BIND_TEXT N_("address to bind to (helper setting for dst)")
+#define BIND_TEXT N_("Address to bind to (helper setting for dst)")
#define BIND_LONGTEXT N_( \
"address:port to bind vlc to listening incoming streams. "\
- "helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
-#define PATH_TEXT N_("filename for stream (helper setting for dst)")
+ "Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
+#define PATH_TEXT N_("Filename for stream (helper setting for dst)")
#define PATH_LONGTEXT N_( \
- "Filename for stream "\
- "helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
+ "Filename for stream. "\
+ "Helper setting for dst, dst=bind+'/'+path. dst-parameter overrides this." )
#define NAME_TEXT N_("Session name")
#define NAME_LONGTEXT N_( \
"This is the name of the session that will be announced in the SDP " \
--
2.10.0.windows.1
More information about the vlc-devel
mailing list