mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Fixed mismatched localization
This commit is contained in:
@@ -491,8 +491,8 @@ NSString * const THOPluginManagerFinishedLoadingPluginsNotification = @"THOPlugi
|
||||
|
||||
NSString *bundlesName = [NSBundle formattedDisplayNamesForBundles:bundles];
|
||||
|
||||
NSString *promptTitle = ((updateOptional) ? @"Prompts[x4w-is]" : @"Prompts[ins-op]");
|
||||
NSString *promptMessage = ((updateOptional) ? @"Prompts[9mb-o5]" : @"Prompts[34o-pk]");
|
||||
NSString *promptTitle = ((updateOptional) ? @"Prompts[9mb-o5]" : @"Prompts[ins-op]");
|
||||
NSString *promptMessage = ((updateOptional) ? @"Prompts[x4w-is]" : @"Prompts[34o-pk]");
|
||||
NSString *promptDefaultButton = ((updateOptional) ? @"Prompts[ece-dd]" : @"Prompts[hd0-bf]");
|
||||
NSString *promptAlternateButton = ((updateOptional) ? @"Prompts[ioq-nf]" : @"Prompts[467-5l]");
|
||||
NSString *promptOtherButton = ((updateOptional) ? nil : TXTLS(@"Prompts[0ik-o9]"));
|
||||
|
||||
Reference in New Issue
Block a user