Change filter window title

This commit is contained in:
heliguy4599
2023-10-09 03:25:05 -04:00
parent a8641d2f56
commit ee710896bd

View File

@@ -4,7 +4,7 @@ using Adw 1;
template FilterWindow : Adw.Window {
default-width: 500;
default-height: 450;
title: _("Set a Filter");
title: _("Set Filter");
modal: true;
Adw.ToolbarView main_toolbar_view {