[vlc-devel] commit: Try a better formulation for stats option (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 8 10:40:09 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 8 10:39:51 2009 +0200| [7c8be9fb74658cb6f32be8fae3af7aeb274619e4] | committer: Jean-Baptiste Kempf
Try a better formulation for stats option
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c8be9fb74658cb6f32be8fae3af7aeb274619e4
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index af9a2a3..0e9a81b 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1073,7 +1073,7 @@ 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 local statistics")
+#define STATS_TEXT N_("Locally collect statistics")
#define STATS_LONGTEXT N_( \
"Collect miscellaneous local statistics about the playing media.")
More information about the vlc-devel
mailing list