Skip to content

Commit

Permalink
Wording and typo on pwndfu popup
Browse files Browse the repository at this point in the history
  • Loading branch information
CoocooFroggy committed May 20, 2021
1 parent 6de466a commit 7fcecdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/FutureRestoreWorker.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ static void runFutureRestore(String futureRestoreFilePath, ArrayList<String> all
}
if (futureRestorePossibleMatch.equals("unknown option -- use-pwndfu")) {
JOptionPane.showMessageDialog(mainMenuView,
"Looks like there is no pwndfu option on this version of FutureRestore.\n" +
"Ensure you're using a FutureRestore version which supports this argument, or turn off \"Pwned Restore\".",
"Looks like there is no pwndfu argument on this version of FutureRestore.\n" +
"Ensure you're using a FutureRestore version which supports this argument, or turn off \"Pwned Restore.\"",
"FutureRestore PWNDFU Unknown", JOptionPane.ERROR_MESSAGE);
}
}
Expand Down

0 comments on commit 7fcecdb

Please sign in to comment.