commit/resourceMonitor: josephsl: init.py: forgot to add translator comments. Now added.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Sep 2013 20:54:21 -0000

1 new commit in resourceMonitor:

https://bitbucket.org/nvdaaddonteam/resourcemonitor/commits/eedd4f73a376/
Changeset:   eedd4f73a376
Branch:      master
User:        josephsl
Date:        2013-09-14 22:54:09
Summary:     init.py: forgot to add translator comments. Now added.

Affected #:  1 file

diff --git a/addon/globalPlugins/resourceMonitor/__init__.py 
b/addon/globalPlugins/resourceMonitor/__init__.py
index dd5ffbb..6eeee3e 100644
--- a/addon/globalPlugins/resourceMonitor/__init__.py
+++ b/addon/globalPlugins/resourceMonitor/__init__.py
@@ -103,6 +103,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
        def script_announceWinVer(self, gesture):
                # Obtain winversion. The versions themselves doesn't need to be 
translated.
                winMajor, winMinor, sp, server = sys.getwindowsversion().major, 
sys.getwindowsversion().minor, sys.getwindowsversion().service_pack, 
sys.getwindowsversion().product_type
+               # Translators: Message to announce Windows versions (example 
output: Windows version: Windows 7; for now, the actual version message should 
be left as English).
                info = _("Windows version: ")
                if winMajor == 5: # XP (5.1) or Server 2003 (5.2).
                        if winMinor == 1: info+= "Windows XP" # Since most XP 
systems use 32-bit editions.

Repository URL: https://bitbucket.org/nvdaaddonteam/resourcemonitor/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/resourceMonitor: josephsl: init.py: forgot to add translator comments. Now added. - commits-noreply