summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-08-09 21:45:37 +0200
committerNiklas Haas <git@nand.wakku.to>2015-08-09 21:45:37 +0200
commite9182c5c7c77381414fd642bd2e7197e14040300 (patch)
tree6e71b4b3709dee2f5689d53d8c3ea9b8a1a8d794
parentfbb22039f3e06ceb73157c647575b7a1d14f26bd (diff)
downloadmpv-e9182c5c7c77381414fd642bd2e7197e14040300.tar.bz2
mpv-e9182c5c7c77381414fd642bd2e7197e14040300.tar.xz
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.
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c
index 15c37143b3..963751f896 100644
--- a/options/options.c
+++ b/options/options.c
@@ -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,