Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AdblockPlusSafari/AdblockPlusExtras.m

Issue 29329333: Issue 3093 - Update error dialog strings (Closed)
Patch Set: Created Oct. 22, 2015, 6:08 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdblockPlusSafari/AdblockPlusExtras.m
===================================================================
--- a/AdblockPlusSafari/AdblockPlusExtras.m
+++ b/AdblockPlusSafari/AdblockPlusExtras.m
@@ -228,8 +228,8 @@
viewController = viewController.presentedViewController;
}
- NSString *title = NSLocalizedString(@"​Filter list update failed", "Title of filter update fialure dialog");
- NSString *message = NSLocalizedString(@"Failed to update filter lists, please try again later.", @"Message of filter update fialure dialog");
+ NSString *title = NSLocalizedString(@"​Filter list update failed", "Title of filter update failure dialog");
+ NSString *message = NSLocalizedString(@"Failed to update filter lists. Please try again later.", @"Message of filter update failure dialog");
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:title message:message preferredStyle:UIAlertControllerStyleAlert];
[alertController addAction:[UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault handler:nil]];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld