summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2016-06-08 19:11:30 +0900
committerwm4 <wm4@nowhere>2017-10-09 20:40:31 +0200
commitfcacf8286561ccd4a30f77401ef47c3c53191d5b (patch)
treeccea016f706f3c16ea2c5897d290b7350bace168
parentf8bafd4734f266c71aef450b355513948ecb2382 (diff)
downloadmpv-fcacf8286561ccd4a30f77401ef47c3c53191d5b.tar.bz2
mpv-fcacf8286561ccd4a30f77401ef47c3c53191d5b.tar.xz
stats: small spelling correction
-rw-r--r--player/lua/stats.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index dcda6eb06f..91eab5ffa9 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -154,7 +154,7 @@ function add_video(s)
end
append_property(s, sec, "window-scale", {prefix="Window Scale:"})
append_property(s, sec, "video-params/aspect", {prefix="Aspect Ratio:"})
- append_property(s, sec, "video-params/pixelformat", {prefix="Pixel format:"})
+ append_property(s, sec, "video-params/pixelformat", {prefix="Pixel Format:"})
append_property(s, sec, "video-params/colormatrix", {prefix="Colormatrix:"})
append_property(s, sec, "video-params/primaries", {prefix="Primaries:"})
append_property(s, sec, "video-params/gamma", {prefix="Gamma:"})