Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
iradraconis committed Oct 27, 2024
1 parent 65919d4 commit d76453a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7126,7 +7126,7 @@ private void mnuShrinkPdfActionPerformed(java.awt.event.ActionEvent evt) {//GEN-

private void mnuSplitPdfActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_mnuSplitPdfActionPerformed
if (LoadDocumentPreviewThread.isRunning()) {
JOptionPane.showMessageDialog(this, "Bitte warten Sie bis die Dokumentvorschau abgeschlossen ist.", "Hinweis", JOptionPane.PLAIN_MESSAGE);
JOptionPane.showMessageDialog(this, "Bitte warten bis die Dokumentvorschau abgeschlossen ist.", "Hinweis", JOptionPane.PLAIN_MESSAGE);
return;
}

Expand Down Expand Up @@ -7157,7 +7157,7 @@ private void mnuSplitPdfActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F

// Eingabedialog für Seitenzahlen
String pageInput = JOptionPane.showInputDialog(this,
"Bitte geben Sie die Seitenzahlen zum Splitten ein (kommagetrennt):",
"Bitte Seitenzahlen zum Splitten eingeben (kommagetrennt):",
"PDF Splitten",
JOptionPane.QUESTION_MESSAGE);

Expand Down

0 comments on commit d76453a

Please sign in to comment.