diff options
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 701aa9f..f34dc22 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -84,5 +84,11 @@ --> <string name="recent_tasks_empty">No recent applications.</string> + <!-- Rotation lock toast text: shown when rotation lock is turned off (and the screen will + auto-rotate based on the accelerometer). --> + <string name="toast_rotation_free">Screen will rotate automatically.</string> + <!-- Rotation lock toast text: shown when rotation lock is turned on and the orientation is + undefined. --> + <string name="toast_rotation_locked">Screen rotation is now locked.</string> </resources> |