summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jakob Schneider <jakobschneider@google.com> 2023-12-05 14:32:38 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-05 14:32:38 +0000
commit4a4bbbfb7e7c64b2201780c06dcd93dc355d6b2b (patch)
tree10bb8e9bfda48cb0de5400be4b178f6cd63d9a8a
parent9b6530e58f188845d2c323aff8a8bb081be5340c (diff)
parentda2d477be7de0b2ef5ee119a0f4132d0b54eee75 (diff)
Merge "Fix a dialog body string." into main
-rw-r--r--packages/PackageInstaller/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PackageInstaller/res/values/strings.xml b/packages/PackageInstaller/res/values/strings.xml
index 8f60c97c8c4d..1c8a8d5771d9 100644
--- a/packages/PackageInstaller/res/values/strings.xml
+++ b/packages/PackageInstaller/res/values/strings.xml
@@ -321,7 +321,7 @@
<!-- Dialog body shown when the user is trying to restore an app but the installer responsible
for the action is in a disabled state. [CHAR LIMIT=none] -->
<string name="unarchive_error_installer_disabled_body">
- To restore this app, enable the
+ To restore this app, enable
<xliff:g id="installername" example="App Store">%1$s</xliff:g> in Settings
</string>