Changeset 10989 for trunk/macosx/Controller.m
- Timestamp:
- Jul 10, 2010, 1:33:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r10988 r10989 1824 1824 } 1825 1825 1826 uploadText = [NSLocalizedString(@" Total upload rate", "Status Bar -> speed tooltip")1826 uploadText = [NSLocalizedString(@"Global upload limit", "Status Bar -> speed tooltip") 1827 1827 stringByAppendingFormat: @": %@", uploadText]; 1828 downloadText = [NSLocalizedString(@" Total download rate", "Status Bar -> speed tooltip")1828 downloadText = [NSLocalizedString(@"Global download limit", "Status Bar -> speed tooltip") 1829 1829 stringByAppendingFormat: @": %@", downloadText]; 1830 1830
Note: See TracChangeset
for help on using the changeset viewer.