1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 09:01:37 +01:00

remove en, update ui, some minor changes

This commit is contained in:
2025-02-17 17:46:00 +01:00
parent b98397d17a
commit 81d2e8d92e
9 changed files with 154 additions and 175 deletions

View File

@@ -2,8 +2,7 @@ using Gtk 4.0;
using Adw 1;
template $FlashcardsCreateCategoryDialog : Adw.AlertDialog {
heading: "Create a new category";
default-response: "add";
heading: _("Create a new category");
close-response: "cancel";
responses [
cancel: _("Cancel"),
@@ -12,7 +11,7 @@ template $FlashcardsCreateCategoryDialog : Adw.AlertDialog {
response => $on_response();
Adw.EntryRow entry {
title: "Category name";
title: _("Category title");
styles [
"card",
]