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

Commit 45803265 authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Improve a network error description"

parents 9fbceea0 1a1ceac9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -212,8 +212,8 @@
    <!-- android.net.http Error strings --> <skip />
    <!-- android.net.http Error strings --> <skip />
    <!-- Displayed when a web request was successful. -->
    <!-- Displayed when a web request was successful. -->
    <string name="httpErrorOk">OK</string>
    <string name="httpErrorOk">OK</string>
    <!-- Displayed when a web request failed because we don't know the exact reason. -->
    <!-- Displayed when a web request failed with a generic network error. -->
    <string name="httpError">The Web page contains an error.</string>
    <string name="httpError">A network error occurred.</string>
    <!-- Displayed when a web request failed because the URL could not be found. -->
    <!-- Displayed when a web request failed because the URL could not be found. -->
    <string name="httpErrorLookup">The URL could not be found.</string>
    <string name="httpErrorLookup">The URL could not be found.</string>
    <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->
    <!-- Displayed when a web request failed because the site's authentication scheme is not supported by us. -->