mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Fixed typo. Fixes #3323
This commit is contained in:
parent
a5d61fddcd
commit
3153d0b5d8
@ -152,7 +152,7 @@ public class Compiler implements MessageConsumer {
|
|||||||
|
|
||||||
if (uploader.requiresAuthorization() && !PreferencesData.has(uploader.getAuthorizationKey())) {
|
if (uploader.requiresAuthorization() && !PreferencesData.has(uploader.getAuthorizationKey())) {
|
||||||
BaseNoGui.showError(_("Authorization required"),
|
BaseNoGui.showError(_("Authorization required"),
|
||||||
_("No athorization data found"), null);
|
_("No authorization data found"), null);
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean useNewWarningsAccumulator = false;
|
boolean useNewWarningsAccumulator = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user