File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
addon/globalPlugins/MathCAT Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,8 +255,8 @@ def GetLanguages(self):
255255 #clear the language names in the dialog
256256 self .m_choiceLanguage .Clear ()
257257 # Translators: menu item -- use the language of the voice chosen in the NVDA speech settings dialog
258- # "Auto" == "Automatic" -- this is done separately because other items in menu are "English (en)", etc., so this matches that style
259- self .m_choiceLanguage .Append (_ ("Use Voice's Language" ) + _ ( " (Auto)" ))
258+ # "Auto" == "Automatic" -- other items in menu are "English (en)", etc., so this matches that style
259+ self .m_choiceLanguage .Append (_ ("Use Voice's Language (Auto)" ))
260260 #populate the available language names in the dialog
261261 #the implemented languages are in folders named using the relevant ISO 639-1 code https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
262262 for language in os .listdir (UserInterface .path_to_languages_folder ()):
You can’t perform that action at this time.
0 commit comments