From 5b818e66b7770cae4d7ad3180acc49a191f5b069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= <ivoire@videolan.org> Date: Mon, 11 Jul 2011 14:47:15 +0200 Subject: [PATCH] lua: typo in the documentation --- share/lua/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/lua/README.txt b/share/lua/README.txt index 1e45f83d53..ae0e492a46 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -229,7 +229,7 @@ OSD osd.icon( type, [id] ): Display an icon on the given OSD channel. Uses the default channel is none is given. Icon types are: "pause", "play", "speaker" and "mute". -osd.message( string, [id], [position], [duration]: Display the text message on +osd.message( string, [id], [position], [duration] ): Display the text message on the given OSD channel. Position types are: "center", "left", "right", "top", "bottom", "top-left", "top-right", "bottom-left" or "bottom-right". The duration is set in microseconds. -- 2.25.4