diff options
| author | 2024-01-25 12:23:10 +0000 | |
|---|---|---|
| committer | 2024-01-25 12:23:15 +0000 | |
| commit | bf8b229318fa3daec08fa307d992ca9ed574ea57 (patch) | |
| tree | 12c702c4ccdb38f88a6d5c70b18f5592cbee8797 | |
| parent | b363ed1d64118a286f09c393fd7dcaefd7fbd6c2 (diff) | |
Adapt error string for unarchival
Change-Id: I267ccb6e1b893b729fbca9be130e4aaa57e94971
| -rw-r--r-- | packages/PackageInstaller/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PackageInstaller/res/values/strings.xml b/packages/PackageInstaller/res/values/strings.xml index f4641b9930cb..dc86bfd9ba35 100644 --- a/packages/PackageInstaller/res/values/strings.xml +++ b/packages/PackageInstaller/res/values/strings.xml @@ -288,7 +288,7 @@ cannot happen immediately because the device is offline (has no internet connection. [CHAR LIMIT=none] --> <string name="unarchive_error_offline_body"> - This app will automatically restore when you\'re connected to the internet + To restore this app, check your internet connection and try again </string> <!-- Dialog title shown when the user is trying to restore an app but a generic error happened. |