Update startup window no-startup-controls message

Replace the message suggesting a kernel upgrade because the 1st Gen
driver has no startup controls.
This commit is contained in:
Geoffrey D. Bennett
2025-02-26 02:17:34 +10:30
parent e6166de04b
commit 72fd974da1

View File

@@ -354,8 +354,7 @@ static void add_reset_actions(
static void add_no_startup_controls_msg(GtkWidget *grid) { static void add_no_startup_controls_msg(GtkWidget *grid) {
GtkWidget *w = big_label( GtkWidget *w = big_label(
"It appears that there are no startup controls. You probably " "This device/driver combo appears to have no startup controls."
"need to upgrade your kernel to see something here."
); );
gtk_grid_attach(GTK_GRID(grid), w, 0, 0, 1, 1); gtk_grid_attach(GTK_GRID(grid), w, 0, 0, 1, 1);
} }