From 9b944bbbe34a20d0e009aa8e941dd783530d617f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 19 Mar 2010 18:54:18 +0100 Subject: [PATCH] IMDB: fix description --- share/lua/extensions/imdb.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/lua/extensions/imdb.lua b/share/lua/extensions/imdb.lua index 90ab9127ad..7db185903b 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 = "
The Internet Movie Database
\n" + shortdesc = "The Internet Movie Database"; + description = "
The Internet Movie Database

" .. "Get information about movies from the Internet " - .. "Movie Database (IMDb).\nThis Extension will show " + .. "Movie Database (IMDb).
This Extension will show " .. "you the cast, a short plot summary and a link to " .. "the web page on imdb.org." ; capabilities = { "input-listener" } } -- 2.39.5