Change "Total {down/up}load rate:" to "Global {down/up}load limit:"
This commit is contained in:
parent
5c66ff7c9a
commit
78c1745c36
|
@ -1823,9 +1823,9 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||||
downloadText = NSLocalizedString(@"unlimited", "Status Bar -> speed tooltip");
|
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];
|
stringByAppendingFormat: @": %@", uploadText];
|
||||||
downloadText = [NSLocalizedString(@"Total download rate", "Status Bar -> speed tooltip")
|
downloadText = [NSLocalizedString(@"Global download limit", "Status Bar -> speed tooltip")
|
||||||
stringByAppendingFormat: @": %@", downloadText];
|
stringByAppendingFormat: @": %@", downloadText];
|
||||||
|
|
||||||
[fTotalULField setToolTip: uploadText];
|
[fTotalULField setToolTip: uploadText];
|
||||||
|
|
Loading…
Reference in New Issue