Changeset 6952
- Timestamp:
- Oct 25, 2008, 12:34:09 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r6943 r6952 13 13 + Option to automatically update the blocklist weekly 14 14 + In the file inspector tab, show progress and size for folders 15 + Scrollbars won't temporarily disappear when the main window auto-resizes15 + Scrollbars correctly appear when the main window auto-resizes 16 16 + Sparkle updated to 1.5 17 17 - GTK+ -
trunk/macosx/Controller.m
r6946 r6952 1975 1975 active++; 1976 1976 1977 if (filterStatus && (!(filterActive && isActive) && !filterSeed))1977 if (filterStatus && !((filterActive && isActive) || filterSeed)) 1978 1978 continue; 1979 1979 } … … 1985 1985 active++; 1986 1986 1987 if (filterStatus && (!(filterActive && isActive) && !filterDownload))1987 if (filterStatus && !((filterActive && isActive) || filterDownload)) 1988 1988 continue; 1989 1989 } -
trunk/macosx/en.lproj/Localizable.strings
r6740 r6952 2 2 "%.2f%% (%.2f%% selected)" = "%1$.2f%% (%2$.2f%% selected)"; 3 3 4 /* Inspector -> Files tab -> file status string */5 "%.2f%% of %@" = "%1$.2f%% of %2$@";6 7 4 /* Prefs -> blocklist -> message */ 8 5 "%@ IP address rules in list" = "%@ IP address rules in list"; 9 6 10 /* Blocklist -> message 7 /* Inspector -> Files tab -> file status string 8 Blocklist -> message 11 9 Torrent -> progress string */ 12 10 "%@ of %@" = "%1$@ of %2$@"; … … 692 690 "Seeding" = "Seeding"; 693 691 694 /* Torrent -> status string */695 "Seeding complete" = "Seeding complete";696 697 692 /* Growl notification title */ 698 693 "Seeding Complete" = "Seeding Complete"; 694 695 /* Torrent -> status string */ 696 "Seeding complete" = "Seeding complete"; 699 697 700 698 /* Torrent -> status string */ … … 850 848 851 849 /* Stats reset -> message */ 852 "This will clear the global statistics displayed by Transmission. Individual transfer statistics will not be effected." = "This will clear the global statistics displayed by Transmission. Individual transfer statistics will not be effected.";850 "This will clear the global statistics displayed by Transmission. Individual transfer statistics will not be affected." = "This will clear the global statistics displayed by Transmission. Individual transfer statistics will not be affected."; 853 851 854 852 /* Inspector -> tracker table */
Note: See TracChangeset
for help on using the changeset viewer.