OSDN Git Service

The NVDA Key Commands Quick Reference document has been renamed to Commands Quick...
authorJames Teh <jamie@jantrid.net>
Wed, 12 Sep 2012 02:25:13 +0000 (12:25 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 12 Sep 2012 02:25:13 +0000 (12:25 +1000)
source/gui/__init__.py
source/installer.py
user_docs/en/changes.t2t
user_docs/en/userGuide.t2t

index 34ac1f8..130a0cd 100644 (file)
@@ -342,7 +342,8 @@ class SysTrayIcon(wx.TaskBarIcon):
                if not globalVars.appArgs.secure:\r
                        item = menu_help.Append(wx.ID_ANY, _("User Guide"))\r
                        self.Bind(wx.EVT_MENU, lambda evt: os.startfile(getDocFilePath("userGuide.html")), item)\r
-                       item = menu_help.Append(wx.ID_ANY, _("Keyboard Commands Quick Reference"))\r
+                       # Translators: The label of a menu item to open the Commands Quick Reference document.\r
+                       item = menu_help.Append(wx.ID_ANY, _("Commands &Quick Reference"))\r
                        self.Bind(wx.EVT_MENU, lambda evt: os.startfile(getDocFilePath("keyCommands.html")), item)\r
                        item = menu_help.Append(wx.ID_ANY, _("What's &new"))\r
                        self.Bind(wx.EVT_MENU, lambda evt: os.startfile(getDocFilePath("changes.html")), item)\r
index ddb781e..c8e4bab 100644 (file)
@@ -156,8 +156,12 @@ def registerInstallation(installDir,startMenuFolder,shouldCreateDesktopShortcut,
        createShortcut(os.path.join(startMenuFolder,_("NVDA web site")+".lnk"),targetPath=versionInfo.url,prependSpecialFolder="AllUsersPrograms")\r
        createShortcut(os.path.join(startMenuFolder,_("Uninstall NVDA")+".lnk"),targetPath=os.path.join(installDir,"uninstall.exe"),workingDirectory=installDir,prependSpecialFolder="AllUsersPrograms")\r
        createShortcut(os.path.join(startMenuFolder,_("Explore NVDA user configuration directory")+".lnk"),targetPath=slaveExe,arguments="explore_userConfigPath",workingDirectory=installDir,prependSpecialFolder="AllUsersPrograms")\r
-       createShortcut(os.path.join(startMenuFolder,_("Documentation"),_("Keyboard Commands Quick Reference")+".lnk"),targetPath=getDocFilePath("keyCommands.html",installDir),prependSpecialFolder="AllUsersPrograms")\r
-       createShortcut(os.path.join(startMenuFolder,_("Documentation"),_("User Guide")+".lnk"),targetPath=getDocFilePath("userGuide.html",installDir),prependSpecialFolder="AllUsersPrograms")\r
+       # Translators: The label of the NVDA Documentation menu in the Start Menu.\r
+       docFolder=os.path.join(startMenuFolder,_("Documentation"))\r
+       # Translators: The label of the Start Menu item to open the Commands Quick Reference document.\r
+       createShortcut(os.path.join(docFolder,_("Commands Quick Reference")+".lnk"),targetPath=getDocFilePath("keyCommands.html",installDir),prependSpecialFolder="AllUsersPrograms")\r
+       # Translators: The label of the Start Menu item to open the User Guide.\r
+       createShortcut(os.path.join(docFolder,_("User Guide")+".lnk"),targetPath=getDocFilePath("userGuide.html",installDir),prependSpecialFolder="AllUsersPrograms")\r
 \r
 def isDesktopShortcutInstalled():\r
        wsh=_getWSH()\r
index 9e4a591..84b3ecf 100644 (file)
@@ -44,6 +44,7 @@
 - If installing the same or another version of a currently installed add-on, NVDA will ask if you wish to remove the old add-on first, rather than just showing an error and aborting installation. (#2501)\r
 - Object navigation commands (except the report current object command) now report with less verbosity. You can still obtain the extra information by using the report current object command. (#2560)\r
 - Updated liblouis braille translator to 2.5.0.\r
+- The NVDA Key Commands Quick Reference document has been renamed to Commands Quick Reference, as it now includes touch commands as well as keyboard commands.\r
 \r
 \r
 == Bug Fixes ==\r
index 0393910..c3b4912 100644 (file)
@@ -2,7 +2,7 @@ NVDA NVDA_VERSION User Guide
 \r
 \r
 %!includeconf: ../userGuide.t2tconf\r
-%kc:title: NVDA NVDA_VERSION Keyboard Commands Quick Reference\r
+%kc:title: NVDA NVDA_VERSION Commands Quick Reference\r
 \r
 = Table of Contents =[toc]\r
 %%toc\r