"kernel" => "busybox"

This commit is contained in:
Denis Vlasenko
2007-01-06 10:31:45 +00:00
parent da98165ad6
commit 3697a829de
2 changed files with 4 additions and 4 deletions

View File

@@ -275,7 +275,7 @@ void init_main_window(const gchar * glade_file)
/*"style", PANGO_STYLE_OBLIQUE, */
NULL);
sprintf(title, _("Linux Kernel v%s Configuration"),
sprintf(title, _("BusyBox %s Configuration"),
getenv("KERNELVERSION"));
gtk_window_set_title(GTK_WINDOW(main_wnd), title);