Skip to content

Commit 30ebf2c

Browse files
rddunlapmasahir0y
authored andcommitted
kconfig: gconfig: correct program name in help text
Change "gkc" to "gconfig" in 3 places since it is called "gconfig" and not "gkc". Add a period at the end of one sentence. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 390ef8c commit 30ebf2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/kconfig/gconf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data)
636636
{
637637
GtkWidget *dialog;
638638
const gchar *intro_text =
639-
"Welcome to gkc, the GTK+ graphical configuration tool\n"
639+
"Welcome to gconfig, the GTK+ graphical configuration tool.\n"
640640
"For each option, a blank box indicates the feature is disabled, a\n"
641641
"check indicates it is enabled, and a dot indicates that it is to\n"
642642
"be compiled as a module. Clicking on the box will cycle through the three states.\n"
@@ -664,7 +664,7 @@ void on_about1_activate(GtkMenuItem * menuitem, gpointer user_data)
664664
{
665665
GtkWidget *dialog;
666666
const gchar *about_text =
667-
"gkc is copyright (c) 2002 Romain Lievin <roms@lpg.ticalc.org>.\n"
667+
"gconfig is copyright (c) 2002 Romain Lievin <roms@lpg.ticalc.org>.\n"
668668
"Based on the source code from Roman Zippel.\n";
669669

670670
dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd),
@@ -682,7 +682,7 @@ void on_license1_activate(GtkMenuItem * menuitem, gpointer user_data)
682682
{
683683
GtkWidget *dialog;
684684
const gchar *license_text =
685-
"gkc is released under the terms of the GNU GPL v2.\n"
685+
"gconfig is released under the terms of the GNU GPL v2.\n"
686686
"For more information, please see the source code or\n"
687687
"visit http://www.fsf.org/licenses/licenses.html\n";
688688

0 commit comments

Comments
 (0)