From 6e526227f7387a9878df8c40a621f237e55caeaf Mon Sep 17 00:00:00 2001 From: althafvly Date: Thu, 2 Feb 2023 17:22:57 +0530 Subject: [PATCH] Updater: update freespace dialog string Change-Id: Ifadfd7361ce73e25d9061a22420aaf342ceda585 --- res/values/strings.xml | 2 +- src/org/lineageos/updater/UpdatesListAdapter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8450d8bc..fc92d524 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -63,7 +63,7 @@ Low battery The battery level is too low, you need at least %1$d%% of the battery to continue, %2$d%% if charging. Free up space - There is insufficient space available to successfully complete the update. You must free up another %1$s of space in the internal storage before proceeding. + There is not enough space left to proceed with the update: you must free up another %1$s in the internal storage first. Reboot diff --git a/src/org/lineageos/updater/UpdatesListAdapter.java b/src/org/lineageos/updater/UpdatesListAdapter.java index f808162e..7ee4b3dc 100644 --- a/src/org/lineageos/updater/UpdatesListAdapter.java +++ b/src/org/lineageos/updater/UpdatesListAdapter.java @@ -338,7 +338,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter