Change "Total {down/up}load rate:" to "Global {down/up}load limit:"

This commit is contained in:
Mitchell Livingston 2010-07-10 13:33:08 +00:00
parent 5c66ff7c9a
commit 78c1745c36
1 changed files with 2 additions and 2 deletions

View File

@ -1823,9 +1823,9 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
downloadText = NSLocalizedString(@"unlimited", "Status Bar -> speed tooltip");
}
uploadText = [NSLocalizedString(@"Total upload rate", "Status Bar -> speed tooltip")
uploadText = [NSLocalizedString(@"Global upload limit", "Status Bar -> speed tooltip")
stringByAppendingFormat: @": %@", uploadText];
downloadText = [NSLocalizedString(@"Total download rate", "Status Bar -> speed tooltip")
downloadText = [NSLocalizedString(@"Global download limit", "Status Bar -> speed tooltip")
stringByAppendingFormat: @": %@", downloadText];
[fTotalULField setToolTip: uploadText];