[TASKMGR] Change "Mem Usage" status text. Patch by Tim Crawford. Use the more familiar term "Commit Charge" instead.

-Addition: Also apply this for greek and hewbrew CORE-10250

svn path=/trunk/; revision=71467
This commit is contained in:
Robert Naumann
2016-05-31 10:31:16 +00:00
parent bf3287e7fe
commit 3894367a3a
3 changed files with 3 additions and 3 deletions
@@ -438,7 +438,7 @@ BEGIN
IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of this process may\ncause undesired results including system instability. Are you\nsure you want to change the priority class?"
IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
IDS_STATUS_PROCESSES "Processes: %d"
IDS_NOT_RESPONDING "Not Responding"
@@ -434,7 +434,7 @@ BEGIN
IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of this process may\ncause undesired results including system instability. Are you\nsure you want to change the priority class?"
IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
IDS_STATUS_PROCESSES "Processes: %d"
IDS_NOT_RESPONDING "Not Responding"
@@ -438,7 +438,7 @@ BEGIN
IDS_MSG_UNABLECHANGEPRIORITY "Unable to Change Priority"
IDS_MSG_WARNINGCHANGEPRIORITY "WARNING: Changing the priority class of this process may\ncause undesired results including system instability. Are you\nsure you want to change the priority class?"
IDS_MSG_TRAYICONCPUUSAGE "CPU Usage: %d%%"
IDS_STATUS_MEMUSAGE "Mem Usage: %s / %s (%d%%)"
IDS_STATUS_MEMUSAGE "Commit Charge: %s / %s (%d%%)"
IDS_STATUS_CPUUSAGE "CPU Usage: %3d%%"
IDS_STATUS_PROCESSES "Processes: %d"
IDS_NOT_RESPONDING "Not Responding"