From 2cfc35892c7cd359304c8fc9c7f855678eb9b57c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Sep 2014 18:07:34 +0200 Subject: command: no space before "%" in volume default OSD message More consistent with other output, such as the terminal status line. Also see issue #1103. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3