diff options
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> |