]> granicus.if.org Git - transmission/commitdiff
grammar correction
authorMitchell Livingston <livings124@transmissionbt.com>
Thu, 23 Oct 2008 21:19:30 +0000 (21:19 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Thu, 23 Oct 2008 21:19:30 +0000 (21:19 +0000)
macosx/StatsWindowController.m

index 382bf9093939e6bf8c6d425e4f872dc8c726a2df..6d2d3858310b194257400f7c1fdf39cb4ab2d2ed 100644 (file)
@@ -142,7 +142,7 @@ tr_handle * fLib;
     NSAlert * alert = [[NSAlert alloc] init];
     [alert setMessageText: NSLocalizedString(@"Are you sure you want to reset usage statistics?", "Stats reset -> title")];
     [alert setInformativeText: NSLocalizedString(@"This will clear the global statistics displayed by Transmission."
-                                " Individual transfer statistics will not be effected.", "Stats reset -> message")];
+                                " Individual transfer statistics will not be affected.", "Stats reset -> message")];
     [alert setAlertStyle: NSWarningAlertStyle];
     [alert addButtonWithTitle: NSLocalizedString(@"Reset", "Stats reset -> button")];
     [alert addButtonWithTitle: NSLocalizedString(@"Cancel", "Stats reset -> button")];