Skip to content

Commit 509e66c

Browse files
committed
Change NavVerbosity option in GUI from Full to Verbose
1 parent e501579 commit 509e66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NVDA-addon/addon/globalPlugins/MathCAT/MathCATgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def __init__( self, parent ):
209209

210210
bSizer15.Add( self.m_staticText3111, 0, wx.ALL, 5 )
211211

212-
m_choiceSpeechAmountNavigationChoices = [ _(u"Terse"), _(u"Medium"), _(u"Full") ]
212+
m_choiceSpeechAmountNavigationChoices = [ _(u"Terse"), _(u"Medium"), _(u"Verbose") ]
213213
self.m_choiceSpeechAmountNavigation = wx.Choice( self.m_panelNavigation, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, m_choiceSpeechAmountNavigationChoices, 0 )
214214
self.m_choiceSpeechAmountNavigation.SetSelection( 0 )
215215
bSizer15.Add( self.m_choiceSpeechAmountNavigation, 0, wx.ALL, 5 )

wxFormBuilder/MathCATgui.fbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@
19801980
<property name="caption"></property>
19811981
<property name="caption_visible">1</property>
19821982
<property name="center_pane">0</property>
1983-
<property name="choices">&quot;Terse&quot; &quot;Medium&quot; &quot;Full&quot;</property>
1983+
<property name="choices">&quot;Terse&quot; &quot;Medium&quot; &quot;Verbose&quot;</property>
19841984
<property name="close_button">1</property>
19851985
<property name="context_help"></property>
19861986
<property name="context_menu">1</property>

0 commit comments

Comments
 (0)