diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-14 01:18:12 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-05-14 01:18:12 +0200 |
commit | 8d990be204824cf5d70707d696d9bf50fd7b0b3a (patch) | |
tree | 984caf5491da2add23af0d4aaf873795a03024d8 /ui | |
parent | 5fa2e6164f003fb64c3481a0c6f5684de622d73f (diff) |
ui: add missing article to string
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml index 4c9ab2d4..df3d3340 100644 --- a/ui/src/main/res/values/strings.xml +++ b/ui/src/main/res/values/strings.xml @@ -241,7 +241,7 @@ <string name="updater_installing">Installing update…</string> <string name="updater_failure">Update failure: %s. Will retry momentarily…</string> <string name="updater_corrupt_title">Application Corrupt</string> - <string name="updater_corrupt_message">This application is corrupt. Please re-download the APK from the website linked below. After, uninstall this application, and reinstall it from downloaded APK.</string> + <string name="updater_corrupt_message">This application is corrupt. Please re-download the APK from the website linked below. After, uninstall this application, and reinstall it from the downloaded APK.</string> <string name="updater_corrupt_navigate">Open Website</string> <string name="version_summary">%1$s backend %2$s</string> <string name="version_summary_checking">Checking %s backend version</string> |