diff options
| author | 2024-06-25 17:49:56 +0000 | |
|---|---|---|
| committer | 2024-06-25 17:54:51 +0000 | |
| commit | 6ebcca8118777f91d3a0b3f7c35e94ed4ceb03d6 (patch) | |
| tree | 15583bb53e334c0c7be6381d650cbc6800bdda18 | |
| parent | d9227e90e7f56e04184a8a1690ce7a1a9ceadcee (diff) | |
Adjusting strings to match style guidelines
(single-sentence strings don't need ending punctuation)
(use digits instead of writing out numbers)
Flag: EXEMPT xml change
Test: manual check (press & hold a11y nav bar button, or drag & hold gesture shortcut)
Bug: 327670156
Change-Id: I500146680be2f615f82e35823f1c4fe098ec8fba
| -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 9d1e86b7ecb9..fe310b311e1c 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> |