diff options
author | Andrew Lee <anwlee@google.com> | 2014-08-23 00:09:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-23 00:09:05 +0000 |
commit | 8180b4c4de20aec02ad209f825cc99fd9071e577 (patch) | |
tree | 9963504206adebdf39a2d1e48541ae05153b6d99 /InCallUI | |
parent | 26aabaa8eebf3a29fb209f79a22fe3da08a60dce (diff) | |
parent | 35aec58f4f58006399b22332e8c024d8b154e544 (diff) |
am ac9fc1c8: Merge "Minor string update to manage conference description." into lmp-dev
* commit 'ac9fc1c8e0b2c3e4dc504395aeae5158d0f92f06':
Minor string update to manage conference description.
Diffstat (limited to 'InCallUI')
-rw-r--r-- | InCallUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml index 06b76055f..0be6e0195 100644 --- a/InCallUI/res/values/strings.xml +++ b/InCallUI/res/values/strings.xml @@ -316,7 +316,7 @@ <!-- Text for the onscreen "Manage calls" button --> <string name="onscreenManageCallsText">Manage calls</string> <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] --> - <string name="onscreenManageConferenceText">Manage conference</string> + <string name="onscreenManageConferenceText">Manage conference call</string> <!-- Text for the onscreen "Audio" button that lets you switch between speaker / bluetooth / earpiece [CHAR LIMIT=10] --> <string name="onscreenAudioText">Audio</string> |