Truncate title to make it more good looking in menuconfig

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6077 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-01-11 13:23:45 +00:00
parent 045b5ecd5e
commit dc4a0f507b
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/libpam
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft.
TITLE:=free implementation of the following DCE-RFC from Sunsoft.
DESCRIPTION:=\
Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. \\\
URL:=http://www.kernel.org/pub/linux/libs/pam

View File

@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/librsync
SECTION:=libs
CATEGORY:=Libraries
TITLE:=librsync implements the rolling-checksum algorithm of remote file synchronization
TITLE:=implementation of the rolling-checksum algorithm
DESCRIPTION:=\
librsync implements the rolling-checksum algorithm of remote file\\\
synchronization that was popularized by the rsync utility and is\\\