From 7d47b8cc88c891a0431ad28f660da27948832485 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 27 Oct 2024 23:06:27 +0100 Subject: Mention the new UI --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 43c1f88..39219cd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2748,7 +2748,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a gtk_grid_set_row_spacing(area_size_grid, 10); gtk_grid_attach(record_area_grid, GTK_WIDGET(area_size_grid), 0, record_area_row++, 3, 1); - GtkLabel *video_resolution_label = GTK_LABEL(gtk_label_new("Video resolution: ")); + GtkLabel *video_resolution_label = GTK_LABEL(gtk_label_new("Video resolution limit: ")); gtk_label_set_xalign(video_resolution_label, 0.0f); gtk_grid_attach(area_size_grid, GTK_WIDGET(video_resolution_label), 0, 0, 3, 1); -- cgit v1.2.3