]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
support/kconfig: fix usage typo and align verb tenses
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 10 Oct 2017 08:32:29 +0000 (10:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Oct 2017 20:07:47 +0000 (22:07 +0200)
Fix typo 'selectes' -> 'selects'.
Additionally, change 'will exclude' to 'excludes' to align with 'selects'.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 787f4fee7184e4b86343a1d6d60c303622d458b9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/kconfig/mconf.c
support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch

index 7d6cf80703b0d6415582a139f8d463c7d21df297..91c4df78f33e9aa422d024f23fa17f5c44ee2298 100644 (file)
@@ -176,7 +176,7 @@ menu_instructions[] = N_(
        "Arrow keys navigate the menu.  "
        "<Enter> selects submenus ---> (or empty submenus ----).  "
        "Highlighted letters are hotkeys.  "
-       "Pressing <Y> selectes a feature, while <N> will exclude a feature.  "
+       "Pressing <Y> selects a feature, while <N> excludes a feature.  "
        "Press <Esc><Esc> to exit, <?> for Help, </> for Search.  "
        "Legend: [*] feature is selected  [ ] feature is excluded"),
 radiolist_instructions[] = N_(
index ecfe76b6e22a572261efd5d5ccd97d0c4b04f7e4..e76198a36b0092519fc7c290f2e27535dc9fddba 100644 (file)
@@ -28,7 +28,7 @@ Index: kconfig/mconf.c
        "<Enter> selects submenus ---> (or empty submenus ----).  "
        "Highlighted letters are hotkeys.  "
 -      "Pressing <Y> includes, <N> excludes, <M> modularizes features.  "
-+      "Pressing <Y> selectes a feature, while <N> will exclude a feature.  "
++      "Pressing <Y> selects a feature, while <N> excludes a feature.  "
        "Press <Esc><Esc> to exit, <?> for Help, </> for Search.  "
 -      "Legend: [*] built-in  [ ] excluded  <M> module  < > module capable"),
 +      "Legend: [*] feature is selected  [ ] feature is excluded"),