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

Commit e622e8fe authored by Ivan Chiang's avatar Ivan Chiang
Browse files

Don't translate the string in debug Info

Add the translatable false to the strings

Test: build
Change-Id: I2bf26a08db46ae2384589d36e5ef5a84ff534e75
Fix: 131401622
parent e66ca09d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,9 +87,9 @@
    <string name="metadata_address">Location</string>

    <!-- String label for developer/debug file details, specifying which stream types are available. -->
    <string name="debug_stream_types">Stream types</string>
    <string name="debug_stream_types" translatable="false">Stream types</string>
    <!-- String label for developer/debug file details, specifying the size of the file in bytes. -->
    <string name="debug_raw_size">Raw size (bytes)</string>
    <string name="debug_raw_size" translatable="false">Raw size (bytes)</string>
    <!-- String label for developer/debug file details, specifying a file's uri/content address. -->
    <string name="debug_content_uri" translatable="false">Uri</string>
    <!-- String label for developer/debug file details, specifying document id. -->