mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user