diff options
author | cyberta <cyberta@riseup.net> | 2020-12-31 13:07:00 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-12-31 13:07:00 +0100 |
commit | ab0e3001ea6402f4848aa99ecbe315e7699fe1bc (patch) | |
tree | 8662fd81d6a5c444e120213fab0b9c5df6e9439a /app/src/main | |
parent | 5eccac01d771ed4d39396ac9b443c6d702c372d2 (diff) |
remove unused strings from source strings.xml
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d047da21..0f07ac8e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -145,8 +145,6 @@ <string name="version_update_found">Tap here to start the download.</string> <string name="version_update_title">A new %s version has been found.</string> <string name="version_update_apk_description">Downloading a new %s version</string> - <string name="version_update_storage_access_required">Storage access is required to web update.</string> - <string name="version_update_storage_permission_denied">Storage permission request was denied.</string> <string name="version_update_download_title">A new %s version has been downloaded.</string> <string name="version_update_download_description">Tap here to install the update.</string> <string name="version_update_error_pgp_verification">PGP verification error. Ignoring download.</string> |