From 79da53917e9bb05b21db99744900232d48358374 Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Tue, 10 Oct 2017 10:32:29 +0200 Subject: [PATCH] support/kconfig: fix usage typo and align verb tenses Fix typo 'selectes' -> 'selects'. Additionally, change 'will exclude' to 'excludes' to align with 'selects'. Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni (cherry picked from commit 787f4fee7184e4b86343a1d6d60c303622d458b9) Signed-off-by: Peter Korsgaard --- support/kconfig/mconf.c | 2 +- support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/kconfig/mconf.c b/support/kconfig/mconf.c index 7d6cf80703..91c4df78f3 100644 --- a/support/kconfig/mconf.c +++ b/support/kconfig/mconf.c @@ -176,7 +176,7 @@ menu_instructions[] = N_( "Arrow keys navigate the menu. " " selects submenus ---> (or empty submenus ----). " "Highlighted letters are hotkeys. " - "Pressing selectes a feature, while will exclude a feature. " + "Pressing selects a feature, while excludes a feature. " "Press to exit, for Help, for Search. " "Legend: [*] feature is selected [ ] feature is excluded"), radiolist_instructions[] = N_( diff --git a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch index ecfe76b6e2..e76198a36b 100644 --- a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch +++ b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch @@ -28,7 +28,7 @@ Index: kconfig/mconf.c " selects submenus ---> (or empty submenus ----). " "Highlighted letters are hotkeys. " - "Pressing includes, excludes, modularizes features. " -+ "Pressing selectes a feature, while will exclude a feature. " ++ "Pressing selects a feature, while excludes a feature. " "Press to exit, for Help, for Search. " - "Legend: [*] built-in [ ] excluded module < > module capable"), + "Legend: [*] feature is selected [ ] feature is excluded"), -- 2.39.2