Various string fixes and improvements (#783)

* Typo fixes

* Update of copyright year in all localized files

* More typos

* Align static descriptiont text with checkbox behavior

* Clarify cases when the term file means a database
This commit is contained in:
Patrik Thunström
2018-05-02 11:23:04 +02:00
committed by Michael Starke
parent 063e2cdf11
commit 11244297df
9 changed files with 15 additions and 15 deletions

View File

@@ -253,7 +253,7 @@
NSDictionary *nameMappings = @{
@(KPKDatabaseFormatKdb): @"Kdb",
@(KPKDatabaseFormatKdbx): @"Kdbx",
@(KPKDatabaseFormatUnknown): NSLocalizedString(@"UNKNOWN_FORMAT", "Unknown databas format.")
@(KPKDatabaseFormatUnknown): NSLocalizedString(@"UNKNOWN_FORMAT", "Unknown database format.")
};
NSUInteger mayor = (version.version >> 16);