From a0bada23c328bd8ea1d795c1ed041db5b7c4e4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Sat, 21 Oct 2023 20:16:49 +0000 Subject: [PATCH] Fix a typo --- src/views/export_dialog.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/export_dialog.blp b/src/views/export_dialog.blp index 1c9208d..1a5aa64 100644 --- a/src/views/export_dialog.blp +++ b/src/views/export_dialog.blp @@ -3,7 +3,7 @@ using Adw 1; using GtkSource 5; template $ExportDialog : Adw.MessageDialog { - heading: _("Export Thread ?"); + heading: _("Export Thread?"); response => $handle_response(); extra-child: Overlay {