aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-10-21 23:56:36 +0200
committerdec05eba <dec05eba@protonmail.com>2023-10-21 23:56:36 +0200
commit4a9017f17b782bfa89a4c91d8d9a85c101cf4aab (patch)
tree08385f89c2f548abdd55fb0584bc7bdf051d0150 /src/main.cpp
parentf97dedbadc8ff4f6a0da4de6cefb6f09b8ab816c (diff)
Framerate mode -> Frame rate mode
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 bae4137..d5de334 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2221,7 +2221,7 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a
framerate_mode_grid = GTK_GRID(gtk_grid_new());
gtk_grid_attach(grid, GTK_WIDGET(framerate_mode_grid), 0, grid_row++, 2, 1);
- gtk_grid_attach(framerate_mode_grid, gtk_label_new("Framerate mode: "), 0, 0, 1, 1);
+ gtk_grid_attach(framerate_mode_grid, gtk_label_new("Frame rate mode: "), 0, 0, 1, 1);
framerate_mode_input_menu = GTK_COMBO_BOX_TEXT(gtk_combo_box_text_new());
gtk_combo_box_text_append(framerate_mode_input_menu, "auto", "Auto (Recommended)");
gtk_combo_box_text_append(framerate_mode_input_menu, "cfr", "Constant");