Skip to content

Commit

Permalink
changed wording to make clear where the split is going to happen. close
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Nov 9, 2024
1 parent b0b7315 commit e7b4aee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7158,7 +7158,7 @@ private void mnuSplitPdfActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F

// Eingabedialog für Seitenzahlen
String pageInput = JOptionPane.showInputDialog(this,
"Bitte Seitenzahlen zum Splitten eingeben (kommagetrennt):",
"Bitte Seitenzahlen eingeben, nach denen geteilt werden soll (kommagetrennt):",
"PDF Splitten",
JOptionPane.QUESTION_MESSAGE);

Expand Down

0 comments on commit e7b4aee

Please sign in to comment.