Skip to content

Commit 67c8e12

Browse files
authored
Merge 36f6f30 into 29572fb
2 parents 29572fb + 36f6f30 commit 67c8e12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/globalCommands.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ def script_speakForeground(self,gesture):
15551555
if obj:
15561556
sayAllHandler.readObjects(obj)
15571557
# Translators: Input help mode message for read foreground object command (usually the foreground window).
1558-
script_speakForeground.__doc__ = _("Speaks the current foreground object")
1558+
script_speakForeground.__doc__ = _("Reads all controls in the active window")
15591559
script_speakForeground.category=SCRCAT_FOCUS
15601560

15611561
def script_test_navigatorDisplayModelText(self,gesture):
@@ -1828,7 +1828,7 @@ def script_revertConfiguration(self,gesture):
18281828
elif scriptCount==2:
18291829
gui.mainFrame.onRevertToDefaultConfigurationCommand(None)
18301830
# Translators: Input help mode message for apply last saved or default settings command.
1831-
script_revertConfiguration.__doc__ = _("Pressing once reverts the current configuration to the most recently saved state. Pressing three times reverts to factory defaults.")
1831+
script_revertConfiguration.__doc__ = _("Pressing once reverts the current configuration to the most recently saved state. Pressing three times resets to factory defaults.")
18321832
script_revertConfiguration.category=SCRCAT_CONFIG
18331833

18341834
def script_activatePythonConsole(self,gesture):

0 commit comments

Comments
 (0)