Loading core/res/res/values/strings.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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. --> Loading Loading
core/res/res/values/strings.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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. --> Loading