From: Jean-Baptiste Kempf Date: Tue, 8 Sep 2009 08:39:51 +0000 (+0200) Subject: Try a better formulation for stats option X-Git-Tag: 1.1.0-ff~3450 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7c8be9fb74658cb6f32be8fae3af7aeb274619e4;p=vlc Try a better formulation for stats option --- 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.")