Fixed typo. Fixes #3323

This commit is contained in:
Federico Fissore 2015-06-12 08:41:36 +02:00
parent a5d61fddcd
commit 3153d0b5d8
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class Compiler implements MessageConsumer {
if (uploader.requiresAuthorization() && !PreferencesData.has(uploader.getAuthorizationKey())) {
BaseNoGui.showError(_("Authorization required"),
_("No athorization data found"), null);
_("No authorization data found"), null);
}
boolean useNewWarningsAccumulator = false;