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

Commit f3e7243a authored by Maurice Lam's avatar Maurice Lam
Browse files

"None" should be translatable

Test: Existing tests pass
Change-Id: I71934f5e95a91a8772a2d932fa2358d687d221a0
parent cfe1988c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@
    <!-- Do not translate.  Concise terminology for wifi with 802.1x EAP Suite-B security -->
    <string name="wifi_security_short_eap_suiteb" translatable="false">Suite-B</string>

    <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. -->
    <string name="wifi_security_none" translatable="false">None</string>
    <!-- Used in Wi-Fi settings dialogs when Wi-Fi does not have any security. [CHAR LIMIT=40] -->
    <string name="wifi_security_none">None</string>

    <!-- Do not translate.  Terminology for wifi with WEP security -->
    <string name="wifi_security_wep" translatable="false">WEP</string>