aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-27 23:06:27 +0100
committerdec05eba <dec05eba@protonmail.com>2024-10-27 23:06:27 +0100
commit7d47b8cc88c891a0431ad28f660da27948832485 (patch)
tree257814e9e0309260ca6662980e5181d685a3b7d8 /src/main.cpp
parenta6a6dda16081382b96dff3865b3f719dbd39f4dc (diff)
Mention the new UI
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);