From: Jean-Baptiste Kempf Date: Mon, 7 Sep 2009 22:23:42 +0000 (+0200) Subject: Change formulation to be sure people don't think we send statistics over the net. X-Git-Tag: 1.1.0-ff~3458 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=166581b339080a081f627bad0ba1028090f1213d;p=vlc Change formulation to be sure people don't think we send statistics over the net. --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index ee3286b969..af9a2a3c66 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_( \