[vlc-commits] commit: IMDB: fix description (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri Mar 19 18:54:49 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 19 18:54:18 2010 +0100| [9b944bbbe34a20d0e009aa8e941dd783530d617f] | committer: Jean-Baptiste Kempf 

IMDB: fix description

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b944bbbe34a20d0e009aa8e941dd783530d617f
---

 share/lua/extensions/imdb.lua |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/lua/extensions/imdb.lua b/share/lua/extensions/imdb.lua
index 90ab912..7db1859 100644
--- a/share/lua/extensions/imdb.lua
+++ b/share/lua/extensions/imdb.lua
@@ -27,10 +27,10 @@ function descriptor()
              version = "0.1" ;
              author = "Jean-Philippe André" ;
              url = 'http://www.imdb.org/';
-             shortdesc = "The Internet Movie Database\n";
-             description = "<center><b>The Internet Movie Database</b></center>\n"
+             shortdesc = "The Internet Movie Database";
+             description = "<center><b>The Internet Movie Database</b></center><br />"
                         .. "Get information about movies from the Internet "
-                        .. "Movie Database (IMDb).\nThis Extension will show "
+                        .. "Movie Database (IMDb).<br />This Extension will show "
                         .. "you the cast, a short plot summary and a link to "
                         .. "the web page on imdb.org." ;
              capabilities = { "input-listener" } }



More information about the vlc-commits mailing list