editor: Add some mnemonics

This commit is contained in:
Elias Projahn 2025-03-01 08:34:53 +01:00
parent a16dc446d6
commit 3b02dc98a6
17 changed files with 48 additions and 28 deletions

View file

@ -78,7 +78,7 @@ impl MusicusInstrumentEditor {
obj.imp().library.set(library.to_owned()).unwrap();
if let Some(instrument) = instrument {
obj.imp().save_row.set_title(&gettext("Save changes"));
obj.imp().save_row.set_title(&gettext("_Save changes"));
obj.imp()
.instrument_id
.set(instrument.instrument_id.clone())