mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
editor: Add some mnemonics
This commit is contained in:
parent
a16dc446d6
commit
3b02dc98a6
17 changed files with 48 additions and 28 deletions
|
|
@ -76,7 +76,7 @@ impl MusicusRoleEditor {
|
|||
obj.imp().library.set(library.to_owned()).unwrap();
|
||||
|
||||
if let Some(role) = role {
|
||||
obj.imp().save_row.set_title(&gettext("Save changes"));
|
||||
obj.imp().save_row.set_title(&gettext("_Save changes"));
|
||||
obj.imp().role_id.set(role.role_id.clone()).unwrap();
|
||||
obj.imp().name_editor.set_translation(&role.name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue