Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0676e05 authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

Merge "Use KB instead of kB." into oc-dev am: e8165eb4

am: 2444e42e

Change-Id: Ic43b71522c28cdd2e7c73e7406f972b623bc4d54
parents 4e3f31aa 2444e42e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -20,10 +20,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Suffix added to a number to signify size in bytes. -->
    <string name="byteShort">B</string>
    <!-- Suffix added to a number to signify size in kilobytes (1000 bytes).
        If you retain the Latin script for the localization, please use the lowercase
        'k', as it signifies 1000 bytes as opposed to 1024 bytes. -->
    <string name="kilobyteShort">kB</string>
    <!-- Suffix added to a number to signify size in kilobytes (1000 bytes). -->
    <string name="kilobyteShort">KB</string>
    <!-- Suffix added to a number to signify size in megabytes. -->
    <string name="megabyteShort">MB</string>
    <!-- Suffix added to a number to signify size in gigabytes. -->