diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-08-22 16:17:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 16:17:05 +0300 |
commit | eed7e996da260db2c3bc7e062953bee7bb04b8e7 (patch) | |
tree | 694beb7445e25fcbd4348b2d4704fcc26a114c6c /launcher/ui/widgets/JavaSettingsWidget.cpp | |
parent | 06dbd381f8e0ed2222193424812d7e83a4db1adf (diff) | |
download | PrismLauncher-eed7e996da260db2c3bc7e062953bee7bb04b8e7.tar.gz PrismLauncher-eed7e996da260db2c3bc7e062953bee7bb04b8e7.tar.bz2 PrismLauncher-eed7e996da260db2c3bc7e062953bee7bb04b8e7.zip |
Update launcher/ui/widgets/JavaSettingsWidget.cpp
Co-authored-by: Tayou <31988415+TayouVR@users.noreply.github.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/widgets/JavaSettingsWidget.cpp')
-rw-r--r-- | launcher/ui/widgets/JavaSettingsWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/JavaSettingsWidget.cpp b/launcher/ui/widgets/JavaSettingsWidget.cpp index 4ffa3b16..d2d92191 100644 --- a/launcher/ui/widgets/JavaSettingsWidget.cpp +++ b/launcher/ui/widgets/JavaSettingsWidget.cpp @@ -417,7 +417,7 @@ void JavaSettingsWidget::updateThresholds() m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation approaches your system memory capacity.")); } else if (observedMaxMemory < observedMinMemory) { iconName = "status-yellow"; - m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller that the minimum value")); + m_labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller than the minimum value")); } else { iconName = "status-good"; m_labelMaxMemIcon->setToolTip(""); |