summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorDavid Braun <dabraun@google.com>2013-10-01 15:52:31 -0700
committerDavid Braun <dabraun@google.com>2013-10-01 15:52:31 -0700
commita8ec27f7ab554745e1e1c4700455fdfd6a1048e9 (patch)
treeb8464b7d84365401fa3a086f3277b7016a01bf40 /res/values/strings.xml
parentc7c68dba4f3440f234f65eef579f9aaa82682f8c (diff)
downloadMms-a8ec27f7ab554745e1e1c4700455fdfd6a1048e9.tar.gz
Improve Messaging app behavior when not default SMS app.
Bug: 10819173 change Messaging app to handle the use case when it's not the default SMS app on KLP Bug: 11006233 No text box displayed for writing message after tapping on "Write your own" when providing a quick response to reject an incoming call Change-Id: Ic5e7bfab8a7266fdc25fc6a9545a4fc836110f6e
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f4a87194..2c16f3ea 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -173,6 +173,10 @@
<string name="type_to_compose_text_enter_to_send">Type message</string>
<!-- Hint text in message body field when keyboard is hidden -->
<string name="open_keyboard_to_compose_message">Open keyboard to type message</string>
+ <!-- Hint text when we are not the default SMS app -->
+ <string name="sending_disabled_not_default_app">Sending disabled</string>
+ <!-- Toast text when user tries to compose while we are not the default SMS app -->
+ <string name="compose_disabled_toast">Can\'t compose. Not default SMS app.</string>
<!-- Toast message while an image is being resized -->
<string name="compressing">Picture too large. Compressing\u2026</string>
@@ -793,8 +797,8 @@
<string name="desc_mms_send_outbox_msg">Sends out all MMSs from the outbox to the network</string>
<!-- Banner in conversation list for making Messaging the default SMS app -->
- <string name="banner_sms_promo_message">Would you like to use Messaging as your default SMS app?</string>
- <string name="banner_sms_promo_decline">No, thanks</string>
- <string name="banner_sms_promo_accept">Yes!</string>
+ <string name="banner_sms_promo_title_initial">Messaging is not your SMS app</string>
+ <string name="banner_sms_promo_title_application"><xliff:g id="appName">%s</xliff:g> is your SMS app</string>
+ <string name="banner_sms_promo_message">You can change this in Settings</string>
</resources>