summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-05-30 21:08:32 +0200
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-05-31 12:56:14 +0100
commit969c25d2f7be931374f061b351f33ebaa429ab2d (patch)
tree07d6a5fe5ce0da56b8f5b5c8274579ba07516501
parentc443aa68d36a3c4e6ab6d3f13d20a5cc280d6160 (diff)
downloadmpv-969c25d2f7be931374f061b351f33ebaa429ab2d.tar.bz2
mpv-969c25d2f7be931374f061b351f33ebaa429ab2d.tar.xz
OSD message: "Drop files or URLs to play here."
Add "or URLs" to the default OSD message when mpv is launched without parameters. Since this works flawlessly with youtube-dl integration, the fact that you can drop URLs directly to the window should be advertised more.
-rw-r--r--player/lua/osc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 093f4e3020..4169634ff8 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -2202,7 +2202,7 @@ function tick()
ass:new_event()
ass:pos(320, icon_y+65)
ass:an(8)
- ass:append("Drop files to play here.")
+ ass:append("Drop files or URLs to play here.")
mp.set_osd_ass(640, 360, ass.text)
if state.showhide_enabled then