Fix the connection state string in the mixed content case.

This commit is contained in:
smfr%smfr.org 2005-12-11 18:20:58 +00:00
Родитель aba79d4d01
Коммит 35692e3db1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -250,7 +250,7 @@ static PageInfoWindowController* gSingletonPageInfoController;
if (isBroken)
{
[mConnectionTextField setStringValue:NSLocalizedString(@"WebSiteNotVerified", @"")];
[mConnectionTextField setStringValue:NSLocalizedString(@"ConnectionMixedContent", @"")];
[mConnectionDetailsField setStringValue:NSLocalizedString(@"ConnectionMixedContentDetails", @"")];
[mConnectionImageView setImage:[NSImage imageNamed:@"security_broken"]]; // XXX need "mixed" lock
}