You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge with pypa/distutils@129480b, including substantial delinting and cleanup, some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161).
"[ProductName] setup ended prematurely because of an error. Your system has not been modified. To install this program at a later time, please run the installation again.",
587
+
"[ProductName] setup ended prematurely because of an error. "
588
+
"Your system has not been modified. To install this program "
589
+
"at a later time, please run the installation again.",
594
590
)
595
591
fatal.text(
596
592
"Description2",
@@ -618,7 +614,8 @@ def add_ui(self):
618
614
80,
619
615
0x30003,
620
616
"[ProductName] setup was interrupted. Your system has not been modified. "
621
-
"To install this program at a later time, please run the installation again.",
617
+
"To install this program at a later time, please run the installation "
618
+
"again.",
622
619
)
623
620
user_exit.text(
624
621
"Description2",
@@ -683,7 +680,10 @@ def add_ui(self):
683
680
330,
684
681
50,
685
682
3,
686
-
"The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it.",
683
+
"The following applications are using files that need to be updated by "
684
+
"this "
685
+
"setup. Close these applications and then click Retry to continue the "
0 commit comments