From 7dc8cec1ac0f151e13ce37e57256bff377de9cb7 Mon Sep 17 00:00:00 2001 From: Michal Lenc Date: Sun, 12 Apr 2026 14:33:32 +0200 Subject: [PATCH] examples/hello_nim/Kconfig: name consistent with other Hello World apps Use "Hello, language" scheme to keep the naming consistency with other Hello World applications for different languages. Signed-off-by: Michal Lenc --- examples/hello_nim/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello_nim/Kconfig b/examples/hello_nim/Kconfig index a34c8fcdb..e955ef88f 100644 --- a/examples/hello_nim/Kconfig +++ b/examples/hello_nim/Kconfig @@ -4,10 +4,10 @@ # config EXAMPLES_HELLO_NIM - tristate "\"Hello, World!\" example (Nim)" + tristate "\"Hello, Nim!\" example" default n ---help--- - Enable the \"Hello, World!\" example + Enable the \"Hello, Nim!\" example in Nim language if EXAMPLES_HELLO_NIM