summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueItemView.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2020-09-14 20:43:51 +0200
committerDamiano Galassi <[email protected]>2020-09-14 20:43:51 +0200
commitd3701f68bd0f346466dda010509aeb15e16ee479 (patch)
tree3886bd9323e004fa7466c25354549c961edf6d0d /macosx/HBQueueItemView.m
parent7c9705a66f9d54f1e57c81e24e3e4ef6927b7885 (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.m2
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;
}