diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-12-04 21:24:53 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-12-04 21:24:53 +0100 |
commit | 20ff016c626a45d29164aac5d3f66027c2055fb4 (patch) | |
tree | d72067e2247884e92bd71f1d86bcf649dc0724eb /src/main/res | |
parent | 72a6e378646f0d42cce97616bd2f01b84870049c (diff) |
offer to start/install orbot for edit account screen.
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index c091c6b97..0915e825c 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -845,5 +845,7 @@ <string name="pref_screen_security_summary">Treat the content as secure and preventing it from appearing in screenshots.</string> <string name="pref_screen_security">Forbid screenshots</string> <string name="omemo_decryption_failed">Failed to decrypt OMEMO message.</string> - + <string name="install_orbot">Install Orbot</string> + <string name="start_orbot">Start Orbot</string> + <string name="no_market_app_installed">No market app installed.</string> </resources> |