Changeset 13453
- Timestamp:
- Aug 30, 2012, 12:18:18 AM (10 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r13435 r13453 2037 2037 2038 2038 [notification setHasActionButton: YES]; 2039 [notification setActionButtonTitle: NSLocalizedString(@" Reveal", "notification button")];2039 [notification setActionButtonTitle: NSLocalizedString(@"Show", "notification button")]; 2040 2040 2041 2041 NSMutableDictionary * userInfo = [NSMutableDictionary dictionaryWithObject: [torrent hashString] forKey: @"Hash"]; -
trunk/macosx/en.lproj/Localizable.strings
r13452 r13453 839 839 "Resume the transfer right away" = "Resume the transfer right away"; 840 840 841 /* notification button */842 "Reveal" = "Reveal";843 844 841 /* Stats window -> label */ 845 842 "Running Time" = "Running Time";
Note: See TracChangeset
for help on using the changeset viewer.