Added "Press Key" to localized strings.

CQTexperiment
vspader 2007-07-08 22:51:49 +00:00
parent 8afe1928ff
commit 19c23ba5fa
7 changed files with 8 additions and 1 deletions

View File

@ -10,3 +10,4 @@
"Updates" = "Updates"; "Updates" = "Updates";
"Last.fm" = "Last.fm"; "Last.fm" = "Last.fm";
"Press Key..." = "Press Key...";

View File

@ -9,3 +9,5 @@
"Remote" = "Télécommande"; "Remote" = "Télécommande";
"Updates" = "Mises à jour"; "Updates" = "Mises à jour";
"Last.fm" = "Last.fm"; "Last.fm" = "Last.fm";
"Press Key..." = "Press Key...";

View File

@ -9,3 +9,5 @@
"Remote" = "Fernsteuerung"; "Remote" = "Fernsteuerung";
"Updates" = "Updates"; "Updates" = "Updates";
"Last.fm" = "Last.fm"; "Last.fm" = "Last.fm";
"Press Key..." = "Press Key...";

View File

@ -46,7 +46,7 @@ extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection connection,
[self disableAllHotKeys]; [self disableAllHotKeys];
observing = YES; observing = YES;
[self setStringValue:@"Press Key..."]; [self setStringValue:NSLocalizedStringFromTableInBundle(@"Press Key...", nil, [NSBundle bundleForClass:[self class]], @"")];
} }
- (void)stopObserving - (void)stopObserving

View File

@ -9,3 +9,5 @@
"Remote" = "Remote"; "Remote" = "Remote";
"Updates" = "Updates"; "Updates" = "Updates";
"Last.fm" = "Last.fm"; "Last.fm" = "Last.fm";
"Press Key..." = "Press Key...";