command: no space before "%" in volume default OSD message

More consistent with other output, such as the terminal status line.

Also see issue #1103.
This commit is contained in:
wm4 2014-09-22 18:07:34 +02:00
parent f605b03f63
commit 2cfc35892c
1 changed files with 1 additions and 1 deletions

View File

@ -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" },