]> git.sesse.net Git - vlc/commitdiff
string modification before freeze
authorMarian Durkovic <md@videolan.org>
Tue, 25 Oct 2005 16:21:55 +0000 (16:21 +0000)
committerMarian Durkovic <md@videolan.org>
Tue, 25 Oct 2005 16:21:55 +0000 (16:21 +0000)
src/libvlc.h

index 68e2e9a82a22ca29b6ad771bacec56a88bd46f73..3b2fc70bba12c588d76011196ec011b81d3bf4d0 100644 (file)
@@ -336,8 +336,8 @@ static char *ppsz_clock_descriptions[] =
 
 #define MTU_TEXT N_("MTU of the network interface")
 #define MTU_LONGTEXT N_( \
-    "This is the typical size of UDP packets that we expect. On Ethernet " \
-    "it is usually 1500.")
+    "This is the maximum packet size that can be transmitted " \ 
+    "over network interface. On Ethernet it is usually 1500 bytes.")
 
 #define TTL_TEXT N_("Time To Live")
 #define TTL_LONGTEXT N_( \