diff options
| author | 2016-07-14 01:16:37 +0000 | |
|---|---|---|
| committer | 2016-07-14 01:16:38 +0000 | |
| commit | ec2ea47ead60b9d4a499f708dbf7d595434d46ba (patch) | |
| tree | 4ae1026703590dce1bb296a7269f6f70353974d4 | |
| parent | 27a1e97ae4de6da7e0ded274680c4467cf7b10c8 (diff) | |
| parent | 199d036df7163ae9f089dcc95f85a341f979eb8d (diff) | |
Merge "Preemptively add string for possible toast." into nyc-mr1-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index f0cfd2b01a20..473796a6b650 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2794,6 +2794,9 @@ <!-- [CHAR LIMIT=200] Body of notification that is shown when performing a system upgrade. --> <string name="android_upgrading_notification_body">Some apps may not work properly until the upgrade finishes</string> + <!-- [CHAR LIMIT=40] Toast that is shown when an app is still upgrading. --> + <string name="app_upgrading_toast"><xliff:g id="application">%1$s</xliff:g> is upgrading\u2026</string> + <!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog for each .apk that is optimized. --> <string name="android_upgrading_apk">Optimizing app <xliff:g id="number" example="123">%1$d</xliff:g> of |