We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d840c5 commit 6303f84Copy full SHA for 6303f84
app/src/processing/app/Base.java
@@ -413,10 +413,10 @@ protected void onProgress(Progress progress) {
413
Editor editor = editors.get(0);
414
415
if (parser.isUploadMode()) {
416
- // Build and upload
+ splashScreenHelper.splashText(_("Verifying and uploading..."));
417
editor.exportHandler.run();
418
} else {
419
- // Build only
+ splashScreenHelper.splashText(_("Verifying..."));
420
editor.runHandler.run();
421
}
422
0 commit comments