mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
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:
committed by
Michael Starke
parent
063e2cdf11
commit
11244297df
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user