1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

options: remove the period at the end of "No file."

Since we're on the topic of consistency, I've seen multiple users
complain about the presence of this period, which does not really match
other programs' behavior.
This commit is contained in:
Niklas Haas 2015-08-09 21:45:37 +02:00
parent fbb22039f3
commit e9182c5c7c
No known key found for this signature in database
GPG Key ID: 3BA77D4BFDB10BCE

View File

@ -676,7 +676,7 @@ const struct MPOpts mp_default_opts = {
.window_scale = 1.0,
},
.allow_win_drag = 1,
.wintitle = "${?media-title:${media-title}}${!media-title:No file.} - mpv",
.wintitle = "${?media-title:${media-title}}${!media-title:No file} - mpv",
.heartbeat_interval = 30.0,
.stop_screensaver = 1,
.cursor_autohide_delay = 1000,