From 0afdbac9373ee03c94f88a549d438cc77745355f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sun, 2 Mar 2014 17:38:55 +0000 Subject: [PATCH] Fixed Dialog description --- sys-apps/dialog/dialog-1.2.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dialog/dialog-1.2.recipe b/sys-apps/dialog/dialog-1.2.recipe index 96a173b07..e0b48c30f 100644 --- a/sys-apps/dialog/dialog-1.2.recipe +++ b/sys-apps/dialog/dialog-1.2.recipe @@ -1,6 +1,6 @@ SUMMARY="Display TUI widgets for shell scripts" DESCRIPTION=" -Dialog is an application used in shell scripts which displays text user +Dialog is an application used in shell scripts which displays text user\ interface widgets. It uses the curses or ncurses library. " HOMEPAGE="http://invisible-island.net/dialog/"