From 5e56ba3576d5d9c5a4324ad4153058932ef6b89e Mon Sep 17 00:00:00 2001 From: James Teh Date: Fri, 20 Apr 2012 12:10:04 +1000 Subject: [PATCH] Add translator comment for "no navigator object". --- source/globalCommands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/globalCommands.py b/source/globalCommands.py index 2ba0c287e..3a2ae9202 100755 --- a/source/globalCommands.py +++ b/source/globalCommands.py @@ -272,6 +272,8 @@ class GlobalCommands(ScriptableObject): def script_navigatorObject_current(self,gesture): curObject=api.getNavigatorObject() if not isinstance(curObject,NVDAObject): + # Translators: Reported when the user tries to perform a command related to the navigator object + # but there is no current navigator object. speech.speakMessage(_("no navigator object")) return if scriptHandler.getLastScriptRepeatCount()>=1: -- 2.11.0