diff options
author | twyen <twyen@google.com> | 2017-11-27 14:53:49 -0800 |
---|---|---|
committer | Copybara-Service <copybara-piper@google.com> | 2017-11-29 11:41:35 -0800 |
commit | badfdc429f77626fd7b28c7964de7cfd2981f219 (patch) | |
tree | b43c53f394667d3582bc0d476ca63d84e3312c67 | |
parent | fc1f9cfd47a3685c5a7b1425bc02c01371044cb5 (diff) |
Adjust strings for select SIM dialog
Test: N/A
PiperOrigin-RevId: 177075957
Change-Id: Idf4546c57aba72470e07614d2a20d828da8ee08d
-rw-r--r-- | java/com/android/dialer/precall/impl/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/dialer/precall/impl/res/values/strings.xml b/java/com/android/dialer/precall/impl/res/values/strings.xml index 0d30ac9e5..db7df947b 100644 --- a/java/com/android/dialer/precall/impl/res/values/strings.xml +++ b/java/com/android/dialer/precall/impl/res/values/strings.xml @@ -17,7 +17,7 @@ <resources> <!-- Title of the dialog to select which SIM to call with before making a call, if the device has multiple SIMs [CHAR LIMIT=40]--> - <string name="pre_call_select_phone_account">Call with</string> + <string name="pre_call_select_phone_account">Choose SIM for this call</string> <!-- Checkbox label when selecting a SIM when calling a contact, to use the selected SIM for the same contact and never ask again [CHAR LIMIT=40]--> @@ -25,10 +25,10 @@ <!-- Hint text under a SIM when selecting SIM to call, indicating the SIM is on the same carrier as the outgoing call.[CHAR LIMIT=40]--> - <string name="pre_call_select_phone_account_hint_intra_carrier">Same carrier</string> + <string name="pre_call_select_phone_account_hint_intra_carrier">Uses your carrier</string> <!-- Hint text under a SIM when selecting SIM to call, indicating user often use the SIM to call the contact.[CHAR LIMIT=40]--> - <string name="pre_call_select_phone_account_hint_frequent">You use often</string> + <string name="pre_call_select_phone_account_hint_frequent">Recently used</string> </resources>
\ No newline at end of file |