Skip to content

Commit

Permalink
* Fixed a little typo that causes some confusion (inluded in v1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Mar 20, 2018
1 parent 8c979d6 commit 3ace337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MemPlus/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private void UpdateGuiStatistics()
tooltipText += Environment.NewLine;
tooltipText += "Total physical memory: " + ramTotal;
tooltipText += Environment.NewLine;
tooltipText += "Available physical memory: " + ramAvailable;
tooltipText += "Used physical memory: " + ramAvailable;

TbiIcon.ToolTipText = tooltipText;
});
Expand Down

0 comments on commit 3ace337

Please sign in to comment.