Skip to content

Commit a765889

Browse files
committed
testing idea for eliminating warnings when there are multiple translatable strings on a line
1 parent 6348dfd commit a765889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/globalPlugins/MathCAT/MathCATgui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ def __init__( self, parent ):
7070
bSizerImpairment.Add( self.m_staticTextImpairment, 0, wx.ALL, 5 )
7171

7272
# Translators: these are the categories of impairments that MathCAT supports
73+
# Translators: Learning disabilities includes dyslexia and ADHD
74+
# Translators: Blindness and Low Vision are the other two categories that are supported
7375
m_choiceImpairmentChoices = [ _("Learning disabilities"), _("Blindness"), _("Low vision") ]
7476
self.m_choiceImpairment = wx.Choice( self.m_panelSpeech, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, m_choiceImpairmentChoices, 0 )
7577
self.m_choiceImpairment.SetSelection( 1 )

0 commit comments

Comments
 (0)