From 7c8be9fb74658cb6f32be8fae3af7aeb274619e4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 8 Sep 2009 10:39:51 +0200 Subject: [PATCH] Try a better formulation for stats option --- src/libvlc-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index af9a2a3c66..0e9a81bb16 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.") -- 2.39.2