From f08c43ffce10e1f183de026d4d1b380c42385dff 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 28c92f44..d908f2e7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -62,7 +62,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 0894f2aa..8afd1d23 100644 --- a/src/org/lineageos/updater/UpdatesListAdapter.java +++ b/src/org/lineageos/updater/UpdatesListAdapter.java @@ -325,7 +325,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter