summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mplayer.c b/core/mplayer.c
index 779fe34d2f..febc9cfa05 100644
--- a/core/mplayer.c
+++ b/core/mplayer.c
@@ -1160,7 +1160,7 @@ static void print_status(struct MPContext *mpctx)
int cache = mp_get_cache_percent(mpctx);
if (cache >= 0)
- saddf(&line, " C: %d%%", cache);
+ saddf(&line, " Cache: %d%%", cache);
// end
write_status_line(mpctx, line);