Fix a typo

This commit is contained in:
Sabri Ünal 2023-10-21 20:16:49 +00:00
parent 8746a5f176
commit a0bada23c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {