diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-08-22 16:16:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 16:16:57 +0300 |
commit | 06dbd381f8e0ed2222193424812d7e83a4db1adf (patch) | |
tree | f15733b06910adbe5b5db563755148cfae94aa75 /launcher/ui/pages/instance/InstanceSettingsPage.cpp | |
parent | 3574d89e0f6ea9d507e5c4844d07a2aeac9ade97 (diff) | |
download | PrismLauncher-06dbd381f8e0ed2222193424812d7e83a4db1adf.tar.gz PrismLauncher-06dbd381f8e0ed2222193424812d7e83a4db1adf.tar.bz2 PrismLauncher-06dbd381f8e0ed2222193424812d7e83a4db1adf.zip |
Update launcher/ui/pages/instance/InstanceSettingsPage.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/pages/instance/InstanceSettingsPage.cpp')
-rw-r--r-- | launcher/ui/pages/instance/InstanceSettingsPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/InstanceSettingsPage.cpp b/launcher/ui/pages/instance/InstanceSettingsPage.cpp index 7fa18674..7aa6bd32 100644 --- a/launcher/ui/pages/instance/InstanceSettingsPage.cpp +++ b/launcher/ui/pages/instance/InstanceSettingsPage.cpp @@ -490,7 +490,7 @@ void InstanceSettingsPage::updateThresholds() ui->labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation approaches your system memory capacity.")); } else if (maxMem < minMem) { iconName = "status-yellow"; - ui->labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller that the minimum value")); + ui->labelMaxMemIcon->setToolTip(tr("Your maximum memory allocation is smaller than the minimum value")); } else { iconName = "status-good"; ui->labelMaxMemIcon->setToolTip(""); |