Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hoop33 committed Oct 7, 2019
1 parent 066e66d commit fd4932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Table Tool/Document.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ - (instancetype)init {
_maxColumnNumber = 1;
_csvConfig = [[CSVConfiguration alloc]init];
newFile = YES;
errorCode5 = @"Your are not allowed to save while the input format has an error. Configure the format manually, until no error occurs.";
errorCode5 = @"You are not allowed to save while the input format has an error. Configure the format manually, until no error occurs.";
_didSave = NO;

[self initValidPBoardTypes];
Expand Down

0 comments on commit fd4932d

Please sign in to comment.