Rename to Cartridges

This commit is contained in:
kramo
2023-02-01 16:34:26 +01:00
parent de4fd79144
commit a9a5a1d3c2
28 changed files with 70 additions and 71 deletions

View File

@@ -25,8 +25,8 @@ Adw.StatusPage hidden_notice_empty {
valign: center;
}
template GameShelfWindow : Adw.ApplicationWindow {
title: _("Game Shelf");
template CartridgesWindow : Adw.ApplicationWindow {
title: _("Cartridges");
default-width: 1110;
default-height: 820;
@@ -348,7 +348,7 @@ menu primary_menu {
}
item {
label: _("About Game Shelf");
label: _("About Cartridges");
action: "app.about";
}
}