]> git.sesse.net Git - vlc/commitdiff
Rationalize the SDP session name string
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 20:13:54 +0000 (23:13 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 20:13:54 +0000 (23:13 +0300)
modules/stream_out/standard.c

index ad1f4dec7f719d4e026dd16317bc4ecb6bf559d5..b4c14c74b3bbb13b9777ddf2c80713843c0983e5 100644 (file)
@@ -56,8 +56,8 @@
   "helper setting for dst, dst=bind+'/'+path, dst-parameter overrides this" )
 #define NAME_TEXT N_("Session name")
 #define NAME_LONGTEXT N_( \
-  "This allows you to specify a name for the session, that will be announced "\
-  "if you choose to use SAP." )
+    "This is the name of the session that will be announced in the SDP " \
+    "(Session Descriptor)." )
 
 #define GROUP_TEXT N_("Session groupname")
 #define GROUP_LONGTEXT N_( \