1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-03-16 05:40:15 +01:00

change texts and translations

This commit is contained in:
2026-03-06 15:48:12 +01:00
parent 453633a9e6
commit 8ca025fe0f
4 changed files with 41 additions and 34 deletions

View File

@@ -65,13 +65,13 @@ template $FlashcardsAppWindow : Adw.ApplicationWindow {
Gtk.Button {
icon-name: "list-add-symbolic";
clicked => $on_add_card();
tooltip-text: _("Add card");
tooltip-text: _("Add flashcard");
}
[start]
Gtk.Button {
icon-name: "user-trash-symbolic";
clicked => $on_delete_card();
tooltip-text: _("Delete card");
tooltip-text: _("Delete flashcard");
}
[title]
Adw.WindowTitle title {
@@ -90,7 +90,7 @@ template $FlashcardsAppWindow : Adw.ApplicationWindow {
Adw.ViewStackPage {
child: Adw.StatusPage placeholder_card {
title: _("Add a card");
title: _("Add a flashcard");
icon-name: "list-add-symbolic";
};
}