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

Commit e4d16f9b authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Nishith Khanna
Browse files

Updater: Change dialog text

Change-Id: Ic9f5d78d9983e6e3c3f743547ea4077c6c520a1f
parent edfcb984
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -528,7 +528,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())
+3 −0
Original line number Diff line number Diff line
@@ -8,4 +8,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>