From: James Teh Date: Fri, 20 Apr 2012 02:10:04 +0000 (+1000) Subject: Add translator comment for "no navigator object". X-Git-Tag: jpdev130418~928 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5e56ba3576d5d9c5a4324ad4153058932ef6b89e;p=nvdajp%2Fnvdajp.git Add translator comment for "no navigator object". --- 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: