diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-06-25 12:27:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 12:27:57 +0200 |
commit | dc3a4cebce489b5d61081a315311ffa3d34992ef (patch) | |
tree | 32741021b0532609e9bbdfcbd4ee094475ecaff4 /application/pages/global/JavaPage.ui | |
parent | d92733feaeca6a471063a86afe8dad613bedd689 (diff) | |
parent | d8598d6901cc4c7b58d9afdeeba868107ec0789d (diff) | |
download | PrismLauncher-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.ui | 6 |
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> |