diff options
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 86e0cd0..882455e 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -157,12 +157,8 @@ <!-- Compatibility mode help screen: body text. [CHAR LIMIT=150] --> <string name="compat_mode_help_body">When an app was designed for a smaller screen, a zoom control will appear by the clock.</string> - <!-- Title for the USB function chooser in UsbPreferenceActivity. [CHAR LIMIT=30] --> - <string name="usb_preference_title">USB file transfer options</string> - <!-- Label for the MTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> - <string name="use_mtp_button_title">Mount as a media player (MTP)</string> - <!-- Label for the PTP USB function in UsbPreferenceActivity. [CHAR LIMIT=50] --> - <string name="use_ptp_button_title">Mount as a camera (PTP)</string> - <!-- Label for the installer CD image option in UsbPreferenceActivity. [CHAR LIMIT=50] --> - <string name="installer_cd_button_title">Install Android File Transfer application for Mac</string> + <!-- toast message displayed when a screenshot is saved to the Gallery. --> + <string name="screenshot_saving_toast">Screenshot saved to Gallery</string> + <!-- toast message displayed when we fail to take a screenshot. --> + <string name="screenshot_failed_toast">Could not save screenshot</string> </resources> |