kconfig: rephrase help texts/comments not to include the package name
[pandora-kernel.git] / scripts / kconfig / menu.c
index 64da30c..682045a 100644 (file)
@@ -10,7 +10,7 @@
 #include "lkc.h"
 
 static const char nohelp_text[] = N_(
-       "There is no help available for this kernel option.\n");
+       "There is no help available for this option.\n");
 
 struct menu rootmenu;
 static struct menu **last_entry_ptr;