diff options
| author | Florian Fainelli <florian@openwrt.org> | 2005-11-30 11:25:00 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2005-11-30 11:25:00 +0000 |
| commit | 42decc97f9da078d350a0b476ef52beb42d2b447 (patch) | |
| tree | d3a2e0e36134599c960ed146e1e8226465d6d681 | |
| parent | e9e2505c2392421d82b83df4987a6401ecc0238e (diff) | |
| download | upstream-42decc97f9da078d350a0b476ef52beb42d2b447.tar.gz upstream-42decc97f9da078d350a0b476ef52beb42d2b447.tar.bz2 upstream-42decc97f9da078d350a0b476ef52beb42d2b447.zip | |
Fixed typo for presentation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2572 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/elhttp/Config.in | 2 | ||||
| -rw-r--r-- | openwrt/package/tmsnc/Config.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/elhttp/Config.in b/openwrt/package/elhttp/Config.in index 619df478e48..15a718a930e 100644 --- a/openwrt/package/elhttp/Config.in +++ b/openwrt/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/openwrt/package/tmsnc/Config.in b/openwrt/package/tmsnc/Config.in index 1485ff9b87f..73d8ed48898 100644 --- a/openwrt/package/tmsnc/Config.in +++ b/openwrt/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 |
