Index: ash/ash_chromeos_strings.grdp |
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp |
index abe7e3867ca16c024b0cf5b7e7bfacc1913db161..3f164de01ad42a8f9d4a721a5d37a62ec939a696 100644 |
--- a/ash/ash_chromeos_strings.grdp |
+++ b/ash/ash_chromeos_strings.grdp |
@@ -122,21 +122,21 @@ |
<message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification"> |
Network Connection Error |
</message> |
- <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Message for network connection error notification with details"> |
+ <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for network connection error notification"> |
Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> |
</message> |
<message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" desc="Message for network connection error notification with details and a server message"> |
Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> |
Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph> |
</message> |
+ <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for network connection error where the network name is unavailable"> |
+ Failed to connect to network: <ph name="details">$2<ex>Unrecognized error</ex></ph> |
+ </message> |
<message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out of data error notification"> |
Network Connection Error |
</message> |
<message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network out of data error notification"> |
- You may have used up your mobile data allowance. |
- </message> |
- <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network out of data error notification"> |
- Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to buy more data. |
+ You may have used up your mobile data allowance. Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to buy more data. |
</message> |
<message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network error text"> |
Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph> |