diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-30 11:25:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-30 11:25:00 +0000 |
commit | 551d6705244a63c852692e84cbe0b380b92f9e7a (patch) | |
tree | b539116a375902cbb6a7d8e74ef5b12fdf14de96 /package | |
parent | 74f4dbbe5ee39d00c828d31bd2eee37ef8d42fcb (diff) |
Fixed typo for presentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/elhttp/Config.in | 2 | ||||
-rw-r--r-- | package/tmsnc/Config.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/elhttp/Config.in b/package/elhttp/Config.in index 619df478e..15a718a93 100644 --- a/package/elhttp/Config.in +++ b/package/elhttp/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_ELHTTP - tristate "elhttp - The extra-light http proxy server." + tristate "elhttp .................... The extra-light http proxy server." default m if CONFIG_DEVEL help The extra-light http proxy server. Features: keep-alive diff --git a/package/tmsnc/Config.in b/package/tmsnc/Config.in index 1485ff9b8..73d8ed488 100644 --- a/package/tmsnc/Config.in +++ b/package/tmsnc/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_TMSNC - tristate "text-based MSN client" + tristate "tmsnc .................................. text-based MSN client" default m if CONFIG_DEVEL + help TMSNC is a textbased (console) MSN client written in C. http://tmsnc.sourceforge.net |