diff --git a/src/ui/window.blp b/src/ui/window.blp index 936f6702..a8c94ee6 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -2,7 +2,7 @@ using Gtk 4.0; using Adw 1; template AdwcustomizerMainWindow : Adw.ApplicationWindow { - title: _("Adwaita Manager"); + title: _("Gradience"); default-width: 1280; default-height: 720; @@ -136,7 +136,7 @@ menu main-menu { action: "app.reset_color_scheme"; } item { - label: _("About Adwaita Manager"); + label: _("About Gradience"); action: "app.about"; } } @@ -158,4 +158,4 @@ Popover errors-popover { justify: left; } } -} \ No newline at end of file +}