summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-30 23:50:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-30 23:50:56 +0000
commitb224a5411b99b370ab0ced2213f4edeb503b2462 (patch)
tree4aacda349ae85dc2292f8e7bc6adef4b97992d11 /res
parent92c8e217f5dba67c3c73a3cb4667a071989403e1 (diff)
parent8e88e041354e542ac355b2d2bd7ed7db3ec4634e (diff)
am 8e88e041: am f4e3b934: am 91615ae2: Merge "Remove "Dial to add call" text in Dialpad" into lmp-mr1-dev
* commit '8e88e041354e542ac355b2d2bd7ed7db3ec4634e': Remove "Dial to add call" text in Dialpad
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 969e72374..8cebb86a1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -411,17 +411,6 @@
<!-- String used to display calls from pay phone in the call log -->
<string name="payphone">Pay phone</string>
- <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
- to dial using the physical keyboard -->
- <string name="dialerKeyboardHintText">Use keyboard to dial</string>
-
- <!-- Hint text displayed in the "digits" field above the dialer's
- dialpad, if there's already a call in progress. (This hint
- reminds the user that the dialer will add a new call, as opposed
- to sending DTMF tones over the current call.)
- [CHAR LIMIT=40] -->
- <string name="dialerDialpadHintText">Dial to add a call</string>
-
<!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
<string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>