Skip to content

Commit f923d2d

Browse files
committed
missed a translator comment
1 parent 4d3d649 commit f923d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/globalPlugins/MathCAT/MathCATPreferences.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()):

0 commit comments

Comments
 (0)