Adjust the alert message when the user cannot make a phone call.
Bug: 37539908
Change-Id: Ibb274aac5218c22fe3b97e3c694cc4b6f110d21a
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bcad6f7..dad0e8b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -979,7 +979,7 @@
<string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string>
<!-- In-call screen: call failure message displayed in an error dialog. [CHAR_LIMIT=NONE] -->
- <string name="incall_error_power_off" product="watch">Turn off airplane mode or battery saver mode to make a call.</string>
+ <string name="incall_error_power_off" product="watch">Turn on mobile network, turn off airplane mode or turn off battery saver mode to make a call.</string>
<!-- In-call screen: call failure message displayed in an error dialog. [CHAR_LIMIT=NONE] -->
<string name="incall_error_power_off" product="default">Turn off airplane mode to make a call.</string>
<!-- In-call screen: call failure message displayed in an error dialog when in airplane mode, WFC is enabled, not wifi-only, and not connected to wireless networks. [CHAR_LIMIT=NONE] -->