diff options
author | Andrew Lee <anwlee@google.com> | 2014-08-22 23:57:48 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-22 23:57:49 +0000 |
commit | 35aec58f4f58006399b22332e8c024d8b154e544 (patch) | |
tree | 1fa9de8775e0354eb4cf9200f119bbfdb77de1d0 | |
parent | 5ef89ed01f89a78c28b09b4d4a218c6a47a9d03e (diff) | |
parent | 4e493622ee2c5bc3d60c45c953bffcc675c29ff8 (diff) |
Merge "Minor string update to manage conference description." into lmp-dev
-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> |