Change forwarding summary text to "Off".
For "When unreachable" the disabled text used to be "Disabled", but
this was inconsistent with the other call forwarding categories,
which used "Off" as a summary in this case.
Bug: 19508018
Change-Id: Ie6cc95cb89cd59ce6b3f2dcbebbb635b3ce462f6
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3a7961a..e124be9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -255,8 +255,9 @@
<string name="messageCFNRc">Number when unreachable</string>
<!-- Call forwarding settings screen, setting summary text when forwarding to a specific number when unreachable-->
<string name="sum_cfnrc_enabled">Forwarding to <xliff:g id="phonenumber" example="555-1212">{0}</xliff:g></string>
- <!-- Call forwarding settings screen, setting summary text when Forward when unreachable is disabled -->
- <string name="sum_cfnrc_disabled">Disabled</string>
+ <!-- Call forwarding settings screen, setting summary text when "Forward when unreachable" is
+ disabled. [CHAR LIMIT=40] -->
+ <string name="sum_cfnrc_disabled">Off</string>
<!-- Error message displayed after failing to disable forwarding calls when the phone is unreachable -->
<string name="disable_cfnrc_forbidden">Your carrier doesn\'t support disabling call forwarding when your phone is unreachable.</string>