diff --git a/res/values/strings.xml b/res/values/strings.xml index 28c92f443d76d416a1e9dc74ee6f6d2716f1e2cf..d908f2e7ae05afa70cd61beba2d74c85bc3530ef 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 0894f2aac2dbbbc0c92d9aef70c5c6f53d54a90e..8afd1d23de28ef25f6ed2b0a371be4857ed81185 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