diff --git a/player/command.c b/player/command.c index fb4b0a12df..c37e45faec 100644 --- a/player/command.c +++ b/player/command.c @@ -3024,7 +3024,7 @@ static const struct property_osd_display { { "clock", "Clock" }, // audio { "volume", "Volume", - .msg = "Volume: ${volume} % ${?mute==yes:(Muted)}", + .msg = "Volume: ${volume}% ${?mute==yes:(Muted)}", .osd_progbar = OSD_VOLUME }, { "mute", "Mute" }, { "audio-delay", "A-V delay" },