mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Adopt localizedStringWithFormat for displayed quantities (#4109)
* Adopt localizedStringWithFormat for displayed quantities * xib internationalization support is done
This commit is contained in:
@@ -222,7 +222,7 @@ tr_session* fLib = NULL;
|
||||
else
|
||||
{
|
||||
self.fNumOpenedField.stringValue = [NSString
|
||||
stringWithFormat:NSLocalizedString(@"%llu times", "stats window -> times opened"), statsAll.sessionCount];
|
||||
localizedStringWithFormat:NSLocalizedString(@"%llu times", "stats window -> times opened"), statsAll.sessionCount];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user