feat: change name #128

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
This commit is contained in:
0xMRTT 2022-08-16 01:32:05 +02:00 committed by GitHub
parent 52ec7c6306
commit 73174b6426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}
}