From e9182c5c7c77381414fd642bd2e7197e14040300 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 9 Aug 2015 21:45:37 +0200 Subject: 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. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') 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, -- cgit v1.2.3