Extended and cleaned localizations

This commit is contained in:
michael starke
2017-11-16 19:08:38 +01:00
parent 36b98bcd6d
commit ad0a198b48
18 changed files with 199 additions and 353 deletions

View File

@@ -777,7 +777,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
}
}
[copy addToGroup:group];
[self.undoManager setActionName:NSLocalizedString(@"ADD_TREMPLATE_ENTRY", "")];
[self.undoManager setActionName:NSLocalizedString(@"ADD_TREMPLATE_ENTRY", "Action to add an entry via template")];
}
}
}