Make filter window title plural

This commit is contained in:
heliguy4599
2023-10-09 03:25:56 -04:00
parent ee710896bd
commit 989253ae5c

View File

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