diff --git a/res/values/strings.xml b/res/values/strings.xml index 8450d8bc2427d4bc0cef0f6cd3442028304ecfb5..fc92d52486081e9a374573e6a0b22fa67257137b 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 f808162ec634795d07f56fcd5e762e7a7a6a7c6a..7ee4b3dc2d2f6ec808afdbfdfedd1d969e230827 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