Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MlgmXyysd committed Apr 3, 2020
1 parent b0a764f commit 74d599b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -144,7 +144,7 @@ public void run() {
break;
case R.id.reboot:
if (XposedApp.getPreferences().getBoolean("confirm_reboots", true)) {
areYouSure(requireActivity(), getString(R.string.reboot), (d, w) -> reboot(null), (d, w) -> {
areYouSure(requireActivity(), getString(R.string.reboot_system), (d, w) -> reboot(null), (d, w) -> {
});
} else {
reboot(null);
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
@@ -1 +1,2 @@
include ':app', ':stub'
include ':app'
include ':stub'

0 comments on commit 74d599b

Please sign in to comment.