diff options
author | Nancy Chen <nancychen@google.com> | 2015-11-04 19:26:38 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-04 19:26:38 +0000 |
commit | 9c1f663531721840b4d42ec6226a8d30bbe4d9cf (patch) | |
tree | eedb593277079fe78aff8cdc111a5ef0e658f4b8 | |
parent | 48d95fe1a5a29af6988ecb704a125e7f7865461d (diff) | |
parent | 381f492b05c7e86479dc0ee58e8eec431f059cf8 (diff) |
Merge ""Send Message" -> "Send a message" in call log." into ub-contactsdialer-a-dev
am: 381f492b05
* commit '381f492b05c7e86479dc0ee58e8eec431f059cf8':
"Send Message" -> "Send a message" in call log.
-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 fe5f41baa..4682b76cc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -605,7 +605,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 |