From d987fb65a037fcc06633c6e18cd9653f4809a9fb Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 23 Jul 2024 05:07:12 +0200 Subject: Remove no longer valid part from appdata --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 85a2050..3491ac5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3276,7 +3276,7 @@ static void create_recording_hotkey_items(GtkGrid *parent_grid, int row, int num g_signal_connect(pause_unpause_hotkey_button, "button-press-event", G_CALLBACK(on_hotkey_entry_click), pause_unpause_hotkey_button); gtk_grid_attach(recording_hotkeys_grid, pause_unpause_hotkey_button, 3, hotkeys_row, 1, 1); - GtkWidget *pause_unpause_recording_label = gtk_label_new("to pause/unpause recording"); + GtkWidget *pause_unpause_recording_label = gtk_label_new("to pause/unpause"); gtk_widget_set_halign(pause_unpause_recording_label, GTK_ALIGN_START); gtk_widget_set_hexpand(pause_unpause_recording_label, true); gtk_grid_attach(recording_hotkeys_grid, pause_unpause_recording_label, 4, hotkeys_row, 1, 1); -- cgit v1.2.3