Skip to content

Commit 3ace337

Browse files
committed
* Fixed a little typo that causes some confusion (inluded in v1.3)
1 parent 8c979d6 commit 3ace337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MemPlus/Views/Windows/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private void UpdateGuiStatistics()
134134
tooltipText += Environment.NewLine;
135135
tooltipText += "Total physical memory: " + ramTotal;
136136
tooltipText += Environment.NewLine;
137-
tooltipText += "Available physical memory: " + ramAvailable;
137+
tooltipText += "Used physical memory: " + ramAvailable;
138138

139139
TbiIcon.ToolTipText = tooltipText;
140140
});

0 commit comments

Comments
 (0)