Merge "Fix for 5088373 Display settings: String changes related to renaming "Timeout" to "Sleep". Changed one instance of "Timeout" to "Sleep" and modified the setting description per bug."

This commit is contained in:
Claudia de Veaux
2011-08-08 14:15:28 -07:00
committed by Android (Google) Code Review

View File

@@ -1522,9 +1522,9 @@
<!-- Sound & display settings screen, setting option summary to change brightness -->
<string name="brightness_summary">Adjust the brightness of the screen</string>
<!-- Sound & display settings screen, setting option name to change screen timeout -->
<string name="screen_timeout">Timeout</string>
<string name="screen_timeout">Sleep</string>
<!-- Sound & display settings screen, setting option summary to change screen timeout -->
<string name="screen_timeout_summary">Screen turns off automatically after <xliff:g id="timeout_description">%1$s</xliff:g></string>
<string name="screen_timeout_summary">After <xliff:g id="timeout_description">%1$s</xliff:g> of inactivity</string>
<!-- Wallpaper settings title [CHAR LIMIT=30] -->
<string name="wallpaper_settings_title">Wallpaper</string>
<!-- Wallpaper settings fragment title [CHAR LIMIT=30] -->