summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2018-05-04 17:58:29 -0700
committerVadim Tryshev <vadimt@google.com>2018-05-07 13:25:39 -0700
commita50d99f1c14ef42aa55a1765a1f3084cb342c55a (patch)
tree6051369bce699be1a9edb9c7305167c6e162a60e /res/values/strings.xml
parentdb05fc28cf3a92248f3113036ed063b1e8b455cc (diff)
downloadandroid_packages_apps_Trebuchet-a50d99f1c14ef42aa55a1765a1f3084cb342c55a.tar.gz
android_packages_apps_Trebuchet-a50d99f1c14ef42aa55a1765a1f3084cb342c55a.tar.bz2
android_packages_apps_Trebuchet-a50d99f1c14ef42aa55a1765a1f3084cb342c55a.zip
Improving "shortcuts" window for TalkBack users
Using pane title, updating the description Bug: 77633140 Test: Manual Change-Id: Ia3a9ad75995a4cd3ada9b750e760161da70b9a7c
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4fbd806ab..5dc784493 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -310,11 +310,9 @@
<!-- Accessibility action to show quick actions menu for an icon. [CHAR_LIMIT=30] -->
<string name="action_deep_shortcut">Shortcuts</string>
-
- <!-- Accessibility description for the shortcuts menu shown for an app. -->
- <string name="shortcuts_menu_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts for <xliff:g id="app_name" example="Messenger">%2$s</xliff:g></string>
- <!-- Accessibility description when the shortcuts menu has notifications as well as shortcuts. -->
- <string name="shortcuts_menu_with_notifications_description"><xliff:g id="number_of_shortcuts" example="3">%1$d</xliff:g> shortcuts and <xliff:g id="number_of_notifications" example="3">%2$d</xliff:g> notifications for <xliff:g id="app_name" example="Messenger">%3$s</xliff:g></string>
+ <!-- Accessibility description when the shortcuts menu has notifications as well as shortcuts. [CHAR_LIMIT=50] -->
+ <string name="shortcuts_menu_with_notifications_description">Shortcuts and notifications
+ </string>
<!-- Accessibility action to dismiss a notification in the shortcuts menu for an icon. [CHAR_LIMIT=30] -->
<string name="action_dismiss_notification">Dismiss</string>