diff --git a/apps/run/app.js b/apps/run/app.js index 01ae22987..45daf878e 100644 --- a/apps/run/app.js +++ b/apps/run/app.js @@ -48,7 +48,7 @@ function onStartStop() { // start/stop recording // Do this first in case recorder needs to prompt for - // an overwrite before we begin things like the total time + // an overwrite before we start tracking exstats if (settings.record && WIDGETS["recorder"]) { if (running) { isMenuDisplayed = true;