Skip to content

Commit ee5aa0e

Browse files
Winson ChungAndroid (Google) Code Review
authored andcommitted
Merge "DO NOT MERGE. Updating screenshot notification strings. (Bug: 5333706)" into ics-mr0
2 parents 9beac37 + 014475f commit ee5aa0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/SystemUI/res/values/strings.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,19 @@
169169
<string name="compat_mode_help_body">When an app was designed for a smaller screen, a zoom control will appear by the clock.</string>
170170

171171
<!-- Notification ticker displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=30] -->
172-
<string name="screenshot_saving_ticker">Saving...</string>
172+
<string name="screenshot_saving_ticker">Saving screenshot\u2026</string>
173173
<!-- Notification title displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=50] -->
174-
<string name="screenshot_saving_title">Saving screenshot...</string>
174+
<string name="screenshot_saving_title">Saving screenshot\u2026</string>
175175
<!-- Notification text displayed when a screenshot is being saved to the Gallery. [CHAR LIMIT=100] -->
176-
<string name="screenshot_saving_text">Please wait for screenshot to be saved</string>
176+
<string name="screenshot_saving_text">Screenshot is being saved.</string>
177177
<!-- Notification title displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=50] -->
178-
<string name="screenshot_saved_title">Screenshot captured</string>
178+
<string name="screenshot_saved_title">Screenshot captured.</string>
179179
<!-- Notification text displayed when a screenshot is saved to the Gallery. [CHAR LIMIT=100] -->
180-
<string name="screenshot_saved_text">Touch to view your screenshot</string>
180+
<string name="screenshot_saved_text">Touch to view your screenshot.</string>
181181
<!-- Notification title displayed when we fail to take a screenshot. [CHAR LIMIT=50] -->
182-
<string name="screenshot_failed_title">Screenshot failed</string>
182+
<string name="screenshot_failed_title">Couldn\'t capture screenshot.</string>
183183
<!-- Notification text displayed when we fail to take a screenshot. [CHAR LIMIT=100] -->
184-
<string name="screenshot_failed_text">Failed to save screenshot. External storage may be in use.</string>
184+
<string name="screenshot_failed_text">Couldn\'t save screenshot. Storage may be in use.</string>
185185

186186
<!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] -->
187187
<string name="usb_preference_title">USB file transfer options</string>

0 commit comments

Comments
 (0)