From 78c03883681f2f990f0ec01338546c73f9ee87f4 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Thu, 19 Sep 2013 12:27:57 +0200 Subject: [PATCH] [FIX] Fix the wording of the description in the module description --- web_popup_large/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_popup_large/__openerp__.py b/web_popup_large/__openerp__.py index 371627dd..ab02cb8f 100644 --- a/web_popup_large/__openerp__.py +++ b/web_popup_large/__openerp__.py @@ -24,10 +24,10 @@ "author": "Therp BV", "category": 'Usability', "description": """ -Pop-ups in the web client have a default width of 900 pixels by default. +Pop-ups in the web client have a width of 900 pixels by default. This module changes this default width to 95% of the parent window. """, - 'website': 'http://therp.nl', + 'website': 'https://launchpad.net/web-addons', 'depends': ['web'], "license": 'AGPL-3', "js": ['static/src/js/web_popup_large.js'],