summaryrefslogtreecommitdiff
path: root/java/com/android/incallui
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:31:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-04 19:31:30 +0000
commit6d3dc51922aab8d3dd541a73fdc678c3a618531d (patch)
tree5bed91aec0cc4763fd72450134999940e16a88df /java/com/android/incallui
parent60fe2d90f1030099dfd9fad905ea66bfba14b2fc (diff)
parent1ab3e318f68db528d4242bc9ebc62e907eb11939 (diff)
Merge "Added missing placeholders to translation string."
Diffstat (limited to 'java/com/android/incallui')
-rw-r--r--java/com/android/incallui/calllocation/impl/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/incallui/calllocation/impl/res/values/strings.xml b/java/com/android/incallui/calllocation/impl/res/values/strings.xml
index 732b4efbd..1d15dbae7 100644
--- a/java/com/android/incallui/calllocation/impl/res/values/strings.xml
+++ b/java/com/android/incallui/calllocation/impl/res/values/strings.xml
@@ -24,7 +24,7 @@
<!-- Label for the address and map shown during emergency calls. [CHAR LIMIT=40] -->
<string name="location_title">Tell emergency services where you are</string>
- <string name="lat_long_format"><xliff:g id="latitude">%f</xliff:g>, <xliff:g id="longitude">%f</xliff:g></string>
+ <string name="lat_long_format"><xliff:g id="latitude">%1$f</xliff:g>, <xliff:g id="longitude">%2$f</xliff:g></string>
<!-- Progress indicator loading text. [CHAR LIMIT=20] -->
<string name="location_loading">Finding your location&#8230;</string>