1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

localize the window title as well

This commit is contained in:
Mitchell Livingston 2008-03-15 20:18:44 +00:00
parent 96432c8dbb
commit e6e1539be5
2 changed files with 1532 additions and 1530 deletions

File diff suppressed because it is too large Load diff

View file

@ -76,6 +76,8 @@
fInfoImage = [NSImage imageNamed: @"YellowDot.png"]; fInfoImage = [NSImage imageNamed: @"YellowDot.png"];
fDebugImage = [NSImage imageNamed: @"PurpleDot.png"]; fDebugImage = [NSImage imageNamed: @"PurpleDot.png"];
[[self window] setTitle: NSLocalizedString(@"Message Log", "Message window -> title")];
//set images and text for popup button items //set images and text for popup button items
[[fLevelButton itemAtIndex: LEVEL_ERROR] setImage: fErrorImage]; [[fLevelButton itemAtIndex: LEVEL_ERROR] setImage: fErrorImage];
[[fLevelButton itemAtIndex: LEVEL_ERROR] setTitle: NSLocalizedString(@"Error", "Message window -> level string")]; [[fLevelButton itemAtIndex: LEVEL_ERROR] setTitle: NSLocalizedString(@"Error", "Message window -> level string")];