Changeset 6951
- Timestamp:
- Oct 23, 2008, 9:19:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/StatsWindowController.m
r5929 r6951 143 143 [alert setMessageText: NSLocalizedString(@"Are you sure you want to reset usage statistics?", "Stats reset -> title")]; 144 144 [alert setInformativeText: NSLocalizedString(@"This will clear the global statistics displayed by Transmission." 145 " Individual transfer statistics will not be effected.", "Stats reset -> message")];145 " Individual transfer statistics will not be affected.", "Stats reset -> message")]; 146 146 [alert setAlertStyle: NSWarningAlertStyle]; 147 147 [alert addButtonWithTitle: NSLocalizedString(@"Reset", "Stats reset -> button")];
Note: See TracChangeset
for help on using the changeset viewer.