mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -229,7 +229,7 @@ void TrackPanelAx::MessageForScreenReader(const TranslatableString& message)
|
||||
|
||||
mMessage = message.Translation();
|
||||
|
||||
// append \a alernatively, so that the string is never the same as the previous string.
|
||||
// append \a alternatively, so that the string is never the same as the previous string.
|
||||
// This ensures that screen readers read it.
|
||||
if (mMessageCount % 2 == 0)
|
||||
mMessage.Append('\a');
|
||||
|
||||
Reference in New Issue
Block a user