mirror of
https://github.com/transmission/transmission
synced 2025-02-04 21:43:03 +00:00
some rephrasing for the blocklist prefs window
This commit is contained in:
parent
5596981934
commit
e0af0fd5c6
2 changed files with 3 additions and 3 deletions
|
@ -2665,13 +2665,13 @@ AAABAAAAAQ</bytes>
|
|||
<object class="NSButton" id="506423467">
|
||||
<reference key="NSNextResponder" ref="204700639"/>
|
||||
<int key="NSvFlags">256</int>
|
||||
<string key="NSFrame">{{135, 101}, {313, 18}}</string>
|
||||
<string key="NSFrame">{{135, 101}, {289, 18}}</string>
|
||||
<reference key="NSSuperview" ref="204700639"/>
|
||||
<bool key="NSEnabled">YES</bool>
|
||||
<object class="NSButtonCell" key="NSCell" id="432256369">
|
||||
<int key="NSCellFlags">67239424</int>
|
||||
<int key="NSCellFlags2">0</int>
|
||||
<string key="NSContents">Prevent peers in the blocklist from connecting</string>
|
||||
<string key="NSContents">Prevent known bad peers from connecting</string>
|
||||
<reference key="NSSupport" ref="86725571"/>
|
||||
<reference key="NSControlView" ref="506423467"/>
|
||||
<int key="NSButtonFlags">1211912703</int>
|
||||
|
|
|
@ -381,7 +381,7 @@
|
|||
NSString * countString = [numberFormatter stringFromNumber: [NSNumber numberWithInt: tr_blocklistGetRuleCount(fHandle)]];
|
||||
[numberFormatter release];
|
||||
|
||||
[fBlocklistMessageField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%@ blocked IP addresses",
|
||||
[fBlocklistMessageField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%@ IP addresses in list",
|
||||
"Prefs -> blocklist -> message"), countString]];
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue