Index: chrome/app/chromium_strings.grd |
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd |
index 74cf098fd919f3534f05da2adcbb69c87ebaa7c2..933730023f33c7c2a56367caf585b8f5ba9d9a9c 100644 |
--- a/chrome/app/chromium_strings.grd |
+++ b/chrome/app/chromium_strings.grd |
@@ -991,16 +991,26 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o |
</message> |
<!-- Network Error Pages --> |
- <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="When a page fails to load, sometimes we suggest disabling predicting network actions. These are details below a header."> |
- Go to |
- the Chromium menu > |
- <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> |
- > |
- <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></span><ex>Under the Hood</ex></ph> |
- and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jscontent="noNetworkPredictionTitle"></span><ex>Predict network actions to improve page load performance</ex></ph>." |
- If this does not resolve the issue, we recommend selecting this option |
- again for improved performance. |
- </message> |
+ <if expr="not is_android"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="When a page fails to load, sometimes we suggest disabling predicting network actions. These are details below a header for non Android devices."> |
+ Go to |
+ the Chromium menu > |
+ <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> |
+ > |
+ <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></span><ex>Under the Hood</ex></ph> |
+ and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jscontent="noNetworkPredictionTitle"></span><ex>Predict network actions to improve page load performance</ex></ph>." |
+ If this does not resolve the issue, we recommend selecting this option |
+ again for improved performance. |
+ </message> |
+ </if> |
+ <if expr="is_android"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="When a page fails to load, sometimes we suggest disabling predicting network actions. These are details below a header for Android devices. Note that on devices without mobile network (3G) capability, the setting is a checkbox, while on other devices, it is a list of three items. The words _disable_ and _re-enabling_ can be used for both cases."> |
+ Go to the Chromium menu > Settings > (Advanced) Privacy |
+ and disable "Network action predictions." |
+ If this does not resolve the issue, we recommend re-enabling this option |
+ again for improved performance. |
+ </message> |
+ </if> |
<message name="IDS_ERRORPAGES_SUGGESTION_FIREWALL_CONFIG_HEADER" desc="When a webpage fails to load, in some cases we suggest reconfiguring the firewall. This is a header above some details."> |
Allow Chromium to access the network in your firewall or antivirus |
settings. |