commit/resourceMonitor: josephsl: Simplified add-on title and expanded the readme.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Sep 2013 09:29:45 -0000

1 new commit in resourceMonitor:

https://bitbucket.org/nvdaaddonteam/resourcemonitor/commits/dc166731716b/
Changeset:   dc166731716b
Branch:      master
User:        josephsl
Date:        2013-09-14 11:29:23
Summary:     Simplified add-on title and expanded the readme.

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index 7080ffc..b9c6fb1 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -10,7 +10,7 @@ addon_info = {
        "addon-name" : "resourceMonitor",
        # Add-on description
        # TRANSLATORS: Summary for this add-on to be shown on installation and 
add-on information.
-       "addon-summary" : _("Resource Monitor - allows easy access to system 
information"),
+       "addon-summary" : _("Resource Monitor"),
        # Add-on description
        # Translators: Long description to be shown for this add-on on 
installation and add-on information
        "addon-description" : _("A handy resource monitor to report CPU load, 
memory usage, battery, disk usage status and more."),

diff --git a/readme.md b/readme.md
index e690dc3..0f78b04 100644
--- a/readme.md
+++ b/readme.md
@@ -12,12 +12,12 @@ This plugin gives information about CPU load, memory usage, 
battery and disk usa
 * NVDA+Shift+2/5 Presents the used and total space for both physical and 
virtual ram,
 * NVDA+Shift+3 Presents the used and total space of the static and removable 
drives on this computer,
 * NVDA+Shift+4 Presents battery percentage, charging status, remaining time 
(if not charging), and a warning if the battery is low or critical,
-* NVDA+Shift+6 Presents currently installed Windows version.
+* NVDA+Shift+6 Presents currently installed Windows version and service pack 
if any.
 
 ## Changes for 3.0 ##
 
 * Updated psutil dependency to 1.0.1.
-* Announcement of current Windows version (NVDA+Shift+6).
+* Announcement of current Windows version and service pack if any 
(NVDA+Shift+6).
 
 ## Changes for 2.4 ##

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: Simplified add-on title and expanded the readme. - commits-noreply