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

Commit b4d9c66c authored by Roy West's avatar Roy West Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 2248975, edits to load error HTML pages."

parents e4eb4d9d f1c51385
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
            <h2>Webpage not available</h2>
            <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
            <p>The webpage at <a href="%s">%s</a> could not be loaded because:</p>
            <!-- The %e is replaced by a localized error string -->
            <p>%e</p>
        </body>
+7 −9
Original line number Diff line number Diff line
@@ -11,17 +11,15 @@

            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
            <h2>Webpage not available</h2>
            <p>The Web page at <a href="%s">%s</a> might be
            <p>The webpage at <a href="%s">%s</a> might be
            temporarily down or it may have moved permanently to a new web
            address.</p>

            <p><b>Here are some suggestions:</b></p>
            <p><b>Suggestions:</b></p>
            <ul>
                <li>Check to make sure your device has a signal and data
                connection</li>
                <li>Reload this web page later.</li>
                <li>View a cached copy of the web page from Google</li>

                <li>Make sure you have a data connection</li>
                <li>Reload this webpage later</li>
                <li>Check the address you entered</li>
            </ul>
        </body>
    </head>