[vlc-commits] i18n: capital letter at the beginning

Michał Trzebiatowski git at videolan.org
Mon Dec 4 01:34:50 CET 2017


vlc/vlc-3.0 | branch: master | Michał Trzebiatowski <michtrz at gmail.com> | Mon Dec  4 01:21:40 2017 +0100| [883925daf634b94e26f3a679c971df42bc80940d] | committer: Jean-Baptiste Kempf

i18n: capital letter at the beginning

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 9924438b5c17a50aae5343017c1351e083db53e1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 c5bc986d9a..ec0f7c4002 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 a4f6fe69db..29f80b5865 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 " \



More information about the vlc-commits mailing list