diff options
author | Nancy Chen <nancychen@google.com> | 2015-11-04 11:11:57 -0800 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2015-11-04 11:11:57 -0800 |
commit | 0c25fee55241c61a16e97fc2ee2c2b0401160149 (patch) | |
tree | 339b3a036f1d6a997b5d0a6d954cbf528884f257 | |
parent | 7d048b14177813c9c2b857c67d69698af466a5c7 (diff) |
"Send Message" -> "Send a message" in call log.
Updating string to match mock.
Bug: 25458359
Change-Id: I2b9b85915fffcfdb125af489841de8b35a089e5c
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4d4fb1e84..9900867a0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -602,7 +602,7 @@ <!-- Button text for a button displayed underneath an entry in the call log, which opens up a messaging app to send a SMS to the number represented by the call log entry. [CHAR LIMIT=30] --> - <string name="call_log_action_send_message">Send Message</string> + <string name="call_log_action_send_message">Send a message</string> <!-- Button text for the button displayed underneath an entry in the call log. Tapping navigates the user to the call details screen where the user can view details for |