Changeset 13019 for trunk/macosx/Controller.m
- Timestamp:
- Oct 21, 2011, 11:19:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r12992 r13019 164 164 { 165 165 NSAlert * alert = [[NSAlert alloc] init]; 166 [alert addButtonWithTitle: NSLocalizedString(@" Quit", "Transmission already running alert -> button")];166 [alert addButtonWithTitle: NSLocalizedString(@"OK", "Transmission already running alert -> button")]; 167 167 [alert setMessageText: NSLocalizedString(@"Transmission is already running.", 168 168 "Transmission already running alert -> title")];
Note: See TracChangeset
for help on using the changeset viewer.