Fixed a typo in a FlexibleMessageBox used for the transitions with page numbers
This commit is contained in:
parent
8d062dc49b
commit
3729f6a7b1
@ -207,12 +207,7 @@ namespace Volian.Print.Library
|
||||
foreach (string pstr in TransPageNumProblems)
|
||||
pnProbl = pnProbl + "\r\n" + pstr;
|
||||
Clipboard.SetText(pnProbl);
|
||||
//return MessageBox.Show("Review the page numbers specified on transitions that transition to the following:\n" + pnProbl
|
||||
// + "\r\n\r\nDo you want to review the PDF output prior to the page number update?"
|
||||
// + "\r\n\r\nThis should help to determine the cause of the inconsistent page numbers."
|
||||
// + "\r\n\r\nThis list will be placed in the Clipboard.",
|
||||
// "Inconsistent transition page numbers.", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
|
||||
return FlexibleMessageBox.Show("The folowing list was placed on the Windows Clipboard."
|
||||
return FlexibleMessageBox.Show("The following list was placed on the Windows Clipboard."
|
||||
+ "\r\nIt shows the page numbers of the locations that are referenced by transitions."
|
||||
+ "\r\nThis list, along with the PDF, can help you to determine the cause of the inconsistent page numbers."
|
||||
+ "\r\n\r\nDo you want to also review the PDF output prior to the second pass printing?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user