Skip to content

Commit c613a61

Browse files
committed
Updated description
1 parent dd712fe commit c613a61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

addon/synthDrivers/ibmeci.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class SynthDriver(synthDriverHandler.SynthDriver):
209209
BooleanDriverSetting("backquoteVoiceTags", _("Enable backquote voice &tags"), False),
210210
BooleanDriverSetting("ABRDICT", _("Enable &abbreviation expansion"), False),
211211
BooleanDriverSetting("phrasePrediction", _("Enable phras&e prediction"), False),
212-
DriverSetting("pauseMode", _("&Pause Mode"), defaultVal="2"),
212+
DriverSetting("pauseMode", _("&Pauses"), defaultVal="2"),
213213
BooleanDriverSetting("sendParams", _("Al&ways Send Current Speech Settings"), False, defaultVal=True),
214214
DriverSetting('sampleRate', _("Sa&mple Rate"), defaultVal='1'),
215215
)
@@ -547,9 +547,9 @@ def _get_sampleRate(self):
547547
return str(self._sample_rate)
548548

549549
_pausemodes={
550-
"0": StringParameterInfo("0", "Do not shorten pauses"),
551-
"1": StringParameterInfo("1", "Shorten pauses at text boundaries (E.G. a list control and its value)"),
552-
"2": StringParameterInfo("2", "Shorten all pauses (including punctuation) similar to JAWS For Windows")
550+
"0": StringParameterInfo("0", "Do not shorten"),
551+
"1": StringParameterInfo("1", "Shorten at end of text only"),
552+
"2": StringParameterInfo("2", "Shorten all pauses")
553553
}
554554

555555
def _get_availablePausemodes(self):

0 commit comments

Comments
 (0)