From d50048566cd326098d29cae0249ab9bbf895338c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 23 Oct 2008 21:19:30 +0000 Subject: [PATCH] grammar correction --- macosx/StatsWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/StatsWindowController.m b/macosx/StatsWindowController.m index 382bf9093..6d2d38583 100644 --- a/macosx/StatsWindowController.m +++ b/macosx/StatsWindowController.m @@ -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")];