mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
localize the window title as well
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -76,6 +76,8 @@
|
||||
fInfoImage = [NSImage imageNamed: @"YellowDot.png"];
|
||||
fDebugImage = [NSImage imageNamed: @"PurpleDot.png"];
|
||||
|
||||
[[self window] setTitle: NSLocalizedString(@"Message Log", "Message window -> title")];
|
||||
|
||||
//set images and text for popup button items
|
||||
[[fLevelButton itemAtIndex: LEVEL_ERROR] setImage: fErrorImage];
|
||||
[[fLevelButton itemAtIndex: LEVEL_ERROR] setTitle: NSLocalizedString(@"Error", "Message window -> level string")];
|
||||
|
||||
Reference in New Issue
Block a user