diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-27 20:04:51 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-27 20:04:51 +0300 |
commit | 8c9b2a24cb85b6ad16046e8f73bb8680eef4396f (patch) | |
tree | 4fe0dab2ec03f3bae8a92f083d8ea925999abaee /utils/slide-switch | |
parent | 11a755b32350d6acd6c14503b313ac92e12f8d09 (diff) |
cmdpad, pcsc-lite, slide-switch, stoken: shorten title
Longest package titles are not shown in the menuconfig,
which decreases manuconfig usability.
Shorten some of the longest titles.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils/slide-switch')
-rw-r--r-- | utils/slide-switch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/slide-switch/Makefile b/utils/slide-switch/Makefile index c0dfef983..9f568d7ab 100644 --- a/utils/slide-switch/Makefile +++ b/utils/slide-switch/Makefile @@ -31,7 +31,7 @@ define Package/slide-switch SECTION:=utils CATEGORY:=Utilities DEPENDS:=+jshn +jsonfilter - TITLE:=Translate switch position changes into normal button presses + TITLE:=Translate switch position change to button press URL:=https://github.com/jefferyto/openwrt-slide-switch endef |