Update strings in Gesture Settings

Turns the Jump to camera string to use lowercase "camera."
The string refers to a generic camera app, not a specific one
and thus should be lower case.

Also adds periods to a bunch of the subtitles.

Bug: 32498366
Test: manual
Change-Id: I571dfb03fcceb642d328d5df816c74bc53ac90d1
This commit is contained in:
Andrew Sapperstein
2016-11-11 15:10:56 -08:00
parent 33b0d91d74
commit 0c4e2bc3e8

View File

@@ -7876,10 +7876,10 @@
<string name="gesture_preference_summary" product="device">Quick gestures to control your device</string> <string name="gesture_preference_summary" product="device">Quick gestures to control your device</string>
<!-- Title text for double tap power for camera [CHAR LIMIT=60]--> <!-- Title text for double tap power for camera [CHAR LIMIT=60]-->
<string name="double_tap_power_for_camera_title">Jump to Camera</string> <string name="double_tap_power_for_camera_title">Jump to camera</string>
<!-- Summary text for double tap power for camera [CHAR LIMIT=160]--> <!-- Summary text for double tap power for camera [CHAR LIMIT=160]-->
<string name="double_tap_power_for_camera_summary">To quickly open camera, press the power button twice. Works from any screen</string> <string name="double_tap_power_for_camera_summary">To quickly open camera, press the power button twice. Works from any screen.</string>
<!-- Title text for double twist for camera mode [CHAR LIMIT=60]--> <!-- Title text for double twist for camera mode [CHAR LIMIT=60]-->
<string name="double_twist_for_camera_mode_title">Flip camera</string> <string name="double_twist_for_camera_mode_title">Flip camera</string>
@@ -7895,7 +7895,7 @@
<string name="ambient_display_title" product="device">Double-tap to check device</string> <string name="ambient_display_title" product="device">Double-tap to check device</string>
<!-- Summary text for ambient display double tap [CHAR LIMIT=160]--> <!-- Summary text for ambient display double tap [CHAR LIMIT=160]-->
<string name="ambient_display_summary">To quickly check your notifications, double-tap your screen</string> <string name="ambient_display_summary">To quickly check your notifications, double-tap your screen.</string>
<!-- Title text for ambient display pick up (phone) [CHAR LIMIT=60]--> <!-- Title text for ambient display pick up (phone) [CHAR LIMIT=60]-->
<string name="ambient_display_pickup_title" product="default">Lift to check phone</string> <string name="ambient_display_pickup_title" product="default">Lift to check phone</string>
@@ -7905,21 +7905,21 @@
<string name="ambient_display_pickup_title" product="device">Lift to check device</string> <string name="ambient_display_pickup_title" product="device">Lift to check device</string>
<!-- Summary text for ambient display (phone) [CHAR LIMIT=160]--> <!-- Summary text for ambient display (phone) [CHAR LIMIT=160]-->
<string name="ambient_display_pickup_summary" product="default">To quickly check your notifications, pick up your phone</string> <string name="ambient_display_pickup_summary" product="default">To quickly check your notifications, pick up your phone.</string>
<!-- Summary text for ambient display (tablet) [CHAR LIMIT=160]--> <!-- Summary text for ambient display (tablet) [CHAR LIMIT=160]-->
<string name="ambient_display_pickup_summary" product="tablet">To quickly check your notifications, pick up your tablet</string> <string name="ambient_display_pickup_summary" product="tablet">To quickly check your notifications, pick up your tablet.</string>
<!-- Summary text for ambient display (device) [CHAR LIMIT=160]--> <!-- Summary text for ambient display (device) [CHAR LIMIT=160]-->
<string name="ambient_display_pickup_summary" product="device">To quickly check your notifications, pick up your device</string> <string name="ambient_display_pickup_summary" product="device">To quickly check your notifications, pick up your device.</string>
<!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]--> <!-- Title text for fingerprint swipe for notifications [CHAR LIMIT=60]-->
<string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string> <string name="fingerprint_swipe_for_notifications_title">Swipe for notifications</string>
<!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]--> <!-- Summary text for fingerprint swipe for notifications (phone) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone</string> <string name="fingerprint_swipe_for_notifications_summary" product="default">To check your notifications, swipe down on the fingerprint sensor on the back of your phone.</string>
<!-- Summary text for fingerprint swipe for notifications (tablet) [CHAR LIMIT=160]--> <!-- Summary text for fingerprint swipe for notifications (tablet) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="tablet">To check your notifications, swipe down on the fingerprint sensor on the back of your tablet</string> <string name="fingerprint_swipe_for_notifications_summary" product="tablet">To check your notifications, swipe down on the fingerprint sensor on the back of your tablet.</string>
<!-- Summary text for fingerprint swipe for notifications (device) [CHAR LIMIT=160]--> <!-- Summary text for fingerprint swipe for notifications (device) [CHAR LIMIT=160]-->
<string name="fingerprint_swipe_for_notifications_summary" product="device">To check your notifications, swipe down on the fingerprint sensor on the back of your device</string> <string name="fingerprint_swipe_for_notifications_summary" product="device">To check your notifications, swipe down on the fingerprint sensor on the back of your device.</string>
<!-- Switch text for each gesture setting state --> <!-- Switch text for each gesture setting state -->
<string name="gesture_setting_on">On</string> <string name="gesture_setting_on">On</string>