]> git.sesse.net Git - vlc/commitdiff
Change formulation to be sure people don't think we send statistics over the net.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Sep 2009 22:23:42 +0000 (00:23 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 7 Sep 2009 22:23:42 +0000 (00:23 +0200)
src/libvlc-module.c

index ee3286b9699dc8fb16d890ca8ee42a5d7370848e..af9a2a3c668ed2c1523f5b3f22d2303038adf128 100644 (file)
@@ -1073,9 +1073,9 @@ static const char *const ppsz_clock_descriptions[] =
 #define PLUGINS_CACHE_LONGTEXT N_( \
     "Use a plugins cache which will greatly improve the startup time of VLC.")
 
-#define STATS_TEXT N_("Collect statistics")
+#define STATS_TEXT N_("Collect local statistics")
 #define STATS_LONGTEXT N_( \
-     "Collect miscellaneous statistics.")
+     "Collect miscellaneous local statistics about the playing media.")
 
 #define DAEMON_TEXT N_("Run as daemon process")
 #define DAEMON_LONGTEXT N_( \