diff options
author | Damiano Galassi <[email protected]> | 2020-09-14 20:43:51 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-09-14 20:43:51 +0200 |
commit | d3701f68bd0f346466dda010509aeb15e16ee479 (patch) | |
tree | 3886bd9323e004fa7466c25354549c961edf6d0d /macosx/HBQueueItemView.m | |
parent | 7c9705a66f9d54f1e57c81e24e3e4ef6927b7885 (diff) |
MacGUI: add back a missing assigment to a voice over label. Improve the track name textfield voice over label.
Diffstat (limited to 'macosx/HBQueueItemView.m')
-rw-r--r-- | macosx/HBQueueItemView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueItemView.m b/macosx/HBQueueItemView.m index d0d1d54f4..390ef2883 100644 --- a/macosx/HBQueueItemView.m +++ b/macosx/HBQueueItemView.m @@ -61,7 +61,7 @@ break; default: state = _item.image; - NSLocalizedString(@"Encode ready", @"HBQueueItemView -> Encode state accessibility label"); + label = NSLocalizedString(@"Encode ready", @"HBQueueItemView -> Encode state accessibility label"); break; } |