mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
keep strings consistent
This commit is contained in:
@@ -199,7 +199,7 @@ tr_handle * fLib;
|
||||
[fNumOpenedField setStringValue: NSLocalizedString(@"1 time", "stats window -> times opened")];
|
||||
break;
|
||||
case 0: //for users that have this problem
|
||||
[fNumOpenedField setStringValue: NSLocalizedString(@"n/a", "stats window -> times opened")];
|
||||
[fNumOpenedField setStringValue: NSLocalizedString(@"N/A", "stats window -> times opened")];
|
||||
break;
|
||||
default:
|
||||
[fNumOpenedField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%d times", "stats window -> times opened"),
|
||||
|
||||
Reference in New Issue
Block a user