We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c979d6 commit 3ace337Copy full SHA for 3ace337
MemPlus/Views/Windows/MainWindow.xaml.cs
@@ -134,7 +134,7 @@ private void UpdateGuiStatistics()
134
tooltipText += Environment.NewLine;
135
tooltipText += "Total physical memory: " + ramTotal;
136
137
- tooltipText += "Available physical memory: " + ramAvailable;
+ tooltipText += "Used physical memory: " + ramAvailable;
138
139
TbiIcon.ToolTipText = tooltipText;
140
});
0 commit comments