diff options
| author | 2024-06-26 18:11:36 +0000 | |
|---|---|---|
| committer | 2024-06-26 18:11:36 +0000 | |
| commit | bdfdd485a530f8bfa897e50b01882093463e8627 (patch) | |
| tree | 1ad1484d40430a6cd877f0b716ee62e775a7e8be | |
| parent | 6457aac369cc867035497e17922b96654fa352dc (diff) | |
| parent | 6ebcca8118777f91d3a0b3f7c35e94ed4ceb03d6 (diff) | |
Merge "Adjusting strings to match style guidelines" into main
| -rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 275b57b92b7d..fa93e763c45b 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4853,11 +4853,11 @@ <string name="accessibility_gesture_3finger_prompt_text">Choose a feature</string> <!-- Text describing how to display UI allowing a user to select a target service or feature to be assigned to the Accessibility button in the navigation bar. [CHAR LIMIT=none]--> - <string name="accessibility_button_instructional_text">The feature will open next time you tap the accessibility button.</string> + <string name="accessibility_button_instructional_text">The feature will open next time you tap the accessibility button</string> <!-- Text describing how to display UI allowing a user to select a target service or feature to be assigned to the Accessibility button when gesture navigation is enabled. [CHAR LIMIT=none] --> - <string name="accessibility_gesture_instructional_text">The feature will open next time you use this shortcut. Swipe up with two fingers from the bottom of your screen and release quickly.</string> + <string name="accessibility_gesture_instructional_text">The feature will open next time you use this shortcut. Swipe up with 2 fingers from the bottom of your screen and release quickly.</string> <!-- Text describing how to display UI allowing a user to select a target service or feature to be assigned to the Accessibility button when gesture navigation and TalkBack is enabled. [CHAR LIMIT=none] --> - <string name="accessibility_gesture_3finger_instructional_text">The feature will open next time you use this shortcut. Swipe up with three fingers from the bottom of your screen and release quickly.</string> + <string name="accessibility_gesture_3finger_instructional_text">The feature will open next time you use this shortcut. Swipe up with 3 fingers from the bottom of your screen and release quickly.</string> <!-- Text used to describe system navigation features, shown within a UI allowing a user to assign system magnification features to the Accessibility button in the navigation bar. --> <string name="accessibility_magnification_chooser_text">Magnification</string> |