String tweak "upgrading" to "finishing".

Bug: 30033319
Change-Id: I3520161e9ed21887d3e874d16e136cdf41f17b4f
This commit is contained in:
Jeff Sharkey
2016-07-29 16:39:16 -06:00
parent 77faae7282
commit a4600cc6d0
2 changed files with 3 additions and 3 deletions

View File

@@ -2793,8 +2793,8 @@
<!-- [CHAR LIMIT=NONE] Message shown in upgrading dialog when doing an fstrim. -->
<string name="android_upgrading_fstrim">Optimizing storage.</string>
<!-- [CHAR LIMIT=40] Title of notification that is shown when performing a system upgrade. -->
<string name="android_upgrading_notification_title">Android is upgrading</string>
<!-- [CHAR LIMIT=40] Title of notification that is shown when finishing a system upgrade. -->
<string name="android_upgrading_notification_title">Finishing Android update\u2026</string>
<!-- [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>

View File

@@ -130,7 +130,7 @@ public abstract class PreBootBroadcaster extends IIntentReceiver.Stub {
switch (msg.what) {
case MSG_SHOW:
final CharSequence title = context
.getText(R.string.android_upgrading_title);
.getText(R.string.android_upgrading_notification_title);
final Intent intent = new Intent();
intent.setClassName("com.android.settings",