diff options
author | licaon-kter <licaon-kter@users.noreply.github.com> | 2017-03-28 09:12:14 +0300 |
---|---|---|
committer | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-03-28 08:12:14 +0200 |
commit | 0be7dfe65e0cb105a6b2716e8b3e0a03f46f452d (patch) | |
tree | 5ed4ccfacfb15ccdfc6725a3cef6664154d4a212 | |
parent | 0023bee3898a248ac9d74ff77ca35bc995e8ff1f (diff) |
Fix typo (#128)
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index a54257398..196eb77ee 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -760,7 +760,7 @@ <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> + <string name="pref_use_auto_rotate">Rotate media in fullscreen</string> <string name="pref_use_tor">Connect via Tor</string> <string name="pref_use_tor_summary">Tunnel all connections through the Tor network.</string> <string name="pref_connection_options">Connection options</string> |