summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2015-06-10 17:42:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-10 17:42:14 +0000
commit73be4a0455e6ceb3757c24889f138a0cdc3d5840 (patch)
treec9218a7ee42730f68eb2d9d6d40752ea4f2071c9 /res
parent93f6a328dfd84a4d7ac4c18b80749cc8af914d51 (diff)
parent2edcc52884f5ce28df261573ec87b876bc00f963 (diff)
downloadpackages_apps_Dialer-73be4a0455e6ceb3757c24889f138a0cdc3d5840.tar.gz
packages_apps_Dialer-73be4a0455e6ceb3757c24889f138a0cdc3d5840.tar.bz2
packages_apps_Dialer-73be4a0455e6ceb3757c24889f138a0cdc3d5840.zip
Merge "Call log duration display for calls less than a minute." into mnc-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d8a8ffe19..b852be80d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -390,6 +390,9 @@
<!-- String used to display calls from pay phone in the call log -->
<string name="payphone">Payphone</string>
+ <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" -->
+ <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
+
<!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
<string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>