summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-28 09:37:10 +0000
committerSteven Barth <steven@midlink.org>2008-08-28 09:37:10 +0000
commit11368a364ad57bf050b1961ae5994fbfac350e4f (patch)
tree27738b75bc5e6d2ea7b4fd778b499b754963e989 /contrib
parent8ba8eef60112d4e48d9f8015ccd01a96793c3445 (diff)
Shortend the new descriptions
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 63995c6ab..ba29946c0 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -345,7 +345,7 @@ endef
define Package/luci-admin-mini
$(call Package/luci/webtemplate)
DEPENDS+=+luci-admin-core
- TITLE:=LuCI Essentials - stripped down - optimized for user-friendliness
+ TITLE:=LuCI Essentials - stripped down and user-friendly
endef
define Package/luci-admin-mini/install
@@ -356,7 +356,7 @@ endef
define Package/luci-admin-full
$(call Package/luci/webtemplate)
DEPENDS+=+luci-admin-core +luci-ipkg
- TITLE:=LuCI Administration - full featured - optimized for full control
+ TITLE:=LuCI Administration - full-featured for full control
endef
define Package/luci-admin-full/install