aboutsummaryrefslogtreecommitdiff
path: root/application/pages/global/JavaPage.ui
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-06-25 12:27:57 +0200
committerGitHub <noreply@github.com>2021-06-25 12:27:57 +0200
commitdc3a4cebce489b5d61081a315311ffa3d34992ef (patch)
tree32741021b0532609e9bbdfcbd4ee094475ecaff4 /application/pages/global/JavaPage.ui
parentd92733feaeca6a471063a86afe8dad613bedd689 (diff)
parentd8598d6901cc4c7b58d9afdeeba868107ec0789d (diff)
downloadPrismLauncher-dc3a4cebce489b5d61081a315311ffa3d34992ef.tar.gz
PrismLauncher-dc3a4cebce489b5d61081a315311ffa3d34992ef.tar.bz2
PrismLauncher-dc3a4cebce489b5d61081a315311ffa3d34992ef.zip
Merge pull request #3896 from jamierocks/mib-suffix
NOISSUE Use MiB suffix for Java memory options
Diffstat (limited to 'application/pages/global/JavaPage.ui')
-rw-r--r--application/pages/global/JavaPage.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/pages/global/JavaPage.ui b/application/pages/global/JavaPage.ui
index 201b310c..b67e9994 100644
--- a/application/pages/global/JavaPage.ui
+++ b/application/pages/global/JavaPage.ui
@@ -51,7 +51,7 @@
<string>The maximum amount of memory Minecraft is allowed to use.</string>
</property>
<property name="suffix">
- <string notr="true"> MB</string>
+ <string notr="true"> MiB</string>
</property>
<property name="minimum">
<number>128</number>
@@ -87,7 +87,7 @@
<string>The amount of memory Minecraft is started with.</string>
</property>
<property name="suffix">
- <string notr="true"> MB</string>
+ <string notr="true"> MiB</string>
</property>
<property name="minimum">
<number>128</number>
@@ -116,7 +116,7 @@
<string>The amount of memory available to store loaded Java classes.</string>
</property>
<property name="suffix">
- <string notr="true"> MB</string>
+ <string notr="true"> MiB</string>
</property>
<property name="minimum">
<number>64</number>