Update translations

This commit is contained in:
kramo
2023-09-26 13:52:51 +02:00
parent df2b8c40c9
commit bebc8f3d7f
2 changed files with 31 additions and 11 deletions

View File

@@ -293,12 +293,12 @@ template $PreferencesWindow : Adw.PreferencesWindow {
Adw.PreferencesGroup {
Adw.ActionRow {
title: _("Redownload Covers");
title: _("Update Covers");
subtitle: _("Fetch covers for games already in your library");
sensitive: bind sgdb_switch.active;
Button sgdb_fetch_button {
label: _("Download");
label: _("Update");
valign: center;
}
}