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 <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc 2026-04-12 14:33:32 +02:00 committed by Xiang Xiao
parent 96a003072d
commit 7dc8cec1ac

View file

@ -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