Removed the word "banks" from channel summary since name of bank or "all channels" is sufficient by itself.
This commit is contained in:
parent
5ed0121780
commit
579ce7baa5
|
|
@ -465,11 +465,6 @@ void vp_announceBank(const uint16_t bank, const vpQueueFlags_t flags)
|
|||
{
|
||||
clearCurrPromptIfNeeded(flags);
|
||||
|
||||
if (flags & vpqIncludeDescriptions)
|
||||
{
|
||||
vp_queueStringTableEntry(¤tLanguage->banks);
|
||||
}
|
||||
|
||||
if (state.bank_enabled)
|
||||
{
|
||||
bankHdr_t bank_hdr = {0};
|
||||
|
|
|
|||
Loading…
Reference in New Issue