summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-28 14:32:48 -0700
committerYorke Lee <yorkelee@google.com>2014-10-28 14:32:48 -0700
commitd45a1f0a112758b5f204467b43819201c5c984e3 (patch)
tree36f01d44af5b64747ebffbceddf830bf31ef6372 /res
parent7d7591f5644d58f561d74fb0899a452d0dad7f1e (diff)
Remove "Dial to add call" text in Dialpad
Also remove some unnecessary strings Bug: 17647791 Change-Id: I0e5797b3aad35dd37607fde944c1329fbeffbe88
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 7a88b98cb..b98aad366 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -500,17 +500,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>