summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/callcomposer/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/callcomposer/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/callcomposer/res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/com/android/dialer/callcomposer/res/values/strings.xml b/java/com/android/dialer/callcomposer/res/values/strings.xml
index c7dabfa0f..f01e90811 100644
--- a/java/com/android/dialer/callcomposer/res/values/strings.xml
+++ b/java/com/android/dialer/callcomposer/res/values/strings.xml
@@ -31,8 +31,6 @@
<string name="gallery_item_description">image <xliff:g id="date">%1$tB %1$te %1$tY %1$tl %1$tM %1$tp</xliff:g></string>
<!-- Accessibility description for each image in the gallery when no date is present. -->
<string name="gallery_item_description_no_date">image</string>
- <!-- Content description of button to switch camera to picture more -->
- <string name="camera_switch_to_still_mode">Take a photo</string>
<!-- Error toast message shown when a camera image failed to attach to the message -->
<string name="camera_media_failure">Couldn\'t load camera image</string>
<!-- Text for a button to ask for device permissions -->
@@ -53,4 +51,7 @@
<!-- When a user makes a call with text attached, we send the text through the app "Messages".
This string is shown in a toast for privacy reasons. -->
<string name="message_sent_messages">Message sent via Messages</string>
+ <!-- When a user places a call with an image attached, we show them the in call screen and
+ display this string "Image uploading..." to let them know why the call hasn't started. -->
+ <string name="call_composer_image_uploading">Sending image\u2026</string>
</resources> \ No newline at end of file