diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-03-24 18:17:05 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-03-24 18:17:05 +0100 |
commit | e2da73cf6faaa4f292df1852140b95d84728d038 (patch) | |
tree | fa04a9611111cc6c5b98a3f9b146f6610b323139 /src/main/res/values | |
parent | 0e15f9f4b39db73b3bd733577bd3872f3f95d95c (diff) |
make auto media rotation in fullscreen configurable
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 3b14c23a4..526f92c80 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -759,4 +759,6 @@ <string name="presence_offline">Offline</string> <string name="block_stranger">Block stranger</string> <string name="block_entire_domain">Block entire domain</string> + <string name="pref_use_auto_rotate_summary">Rotate images and videos in fullscreen to fit screensize</string> + <string name="pref_use_auto_rotate">rotate media in fullscreen</string> </resources> |