Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6fb1926 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Abhishek Aggarwal
Browse files

Updater: Change dialog text

Change-Id: Ic9f5d78d9983e6e3c3f743547ea4077c6c520a1f
parent 45a369b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -167,4 +167,7 @@

    <!-- /e/ changelog -->
    <string name="menu_show_changelog_e">Show release notes</string>

    <!-- /e/ info dialog-->
    <string name="info_dialog_message_e">/e/OS updates are full installation packages. That means you can always install only the latest update, even if you skipped some in between!</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter<UpdatesListAdapter.
        }
        new AlertDialog.Builder(mActivity)
                .setTitle(R.string.info_dialog_title)
                .setMessage(R.string.info_dialog_message)
                .setMessage(R.string.info_dialog_message_e)
                .setPositiveButton(R.string.info_dialog_ok, (dialog, which) -> preferences.edit()
                        .putBoolean(Constants.HAS_SEEN_INFO_DIALOG, true)
                        .apply())