Skip to content

Commit 36cc1f9

Browse files
authored
Merge 378cbb9 into 7e4d9fd
2 parents 7e4d9fd + 378cbb9 commit 36cc1f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/speech/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,7 @@ def getFormatFieldSpeech( # noqa: C901
21392139
# Translators: Reported when text is no longer marked
21402140
else _("not marked"))
21412141
textList.append(text)
2142+
if formatConfig["reportEmphasis"]:
21422143
# strong text
21432144
strong=attrs.get("strong")
21442145
oldStrong=attrsCache.get("strong") if attrsCache is not None else None

0 commit comments

Comments
 (0)