[vlc-devel] commit: Change formulation to be sure people don' t think we send statistics over the net. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 8 00:24:09 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 8 00:23:42 2009 +0200| [166581b339080a081f627bad0ba1028090f1213d] | committer: Jean-Baptiste Kempf
Change formulation to be sure people don't think we send statistics over the net.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=166581b339080a081f627bad0ba1028090f1213d
---
src/libvlc-module.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index ee3286b..af9a2a3 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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_( \
More information about the vlc-devel
mailing list