From 7a375a3cd8b46aa358f381f135c01cd1e546a13e Mon Sep 17 00:00:00 2001 From: James Teh Date: Wed, 7 Dec 2011 00:41:32 +1000 Subject: [PATCH] keyLabels: Add localised label for the tab key. --- source/keyLabels.py | 1 + user_docs/en/changes.t2t | 1 + 2 files changed, 2 insertions(+) diff --git a/source/keyLabels.py b/source/keyLabels.py index e0896eafb..80b5788af 100644 --- a/source/keyLabels.py +++ b/source/keyLabels.py @@ -69,4 +69,5 @@ localizedKeyLabels = { 'rightAlt': _("right alt"), 'rightWindows': _("right windows"), 'break': _("break"), + 'tab': _("tab"), } diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index ce8239c94..15fd88f35 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -28,6 +28,7 @@ - Fixed poor audio quality in some cases when using Microsoft Speech API version 5 voices with the audio output device set to something other than the default (Microsoft Sound Mapper). (#749) - Again allow NVDA to be used with the "no speech" synthesizer, relying purely on braille or the speech viewer. (#1963) - Object navigation commands no longer report "No children" and "No parents", but instead report messages consistent with the documentation. +- When NVDA is configured to use a language other than English, the name of the tab key is now reported in the correct language. == Changes for Developers == -- 2.11.0