NOISSUE Use MiB suffix for Java memory options

This commit is contained in:
Jamie Mansfield
2021-06-23 09:55:09 +01:00
parent 27d3ae145a
commit d8598d6901
6 changed files with 11 additions and 11 deletions

View File

@ -116,7 +116,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>
@ -138,7 +138,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>
@ -160,7 +160,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>