Added "Press Key" to localized strings.
parent
8afe1928ff
commit
19c23ba5fa
|
@ -10,3 +10,4 @@
|
|||
"Updates" = "Updates";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Press Key...";
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
"Remote" = "Télécommande";
|
||||
"Updates" = "Mises à jour";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Press Key...";
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
"Remote" = "Fernsteuerung";
|
||||
"Updates" = "Updates";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Press Key...";
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -46,7 +46,7 @@ extern CGError CGSSetGlobalHotKeyOperatingMode(CGSConnection connection,
|
|||
[self disableAllHotKeys];
|
||||
|
||||
observing = YES;
|
||||
[self setStringValue:@"Press Key..."];
|
||||
[self setStringValue:NSLocalizedStringFromTableInBundle(@"Press Key...", nil, [NSBundle bundleForClass:[self class]], @"")];
|
||||
}
|
||||
|
||||
- (void)stopObserving
|
||||
|
|
|
@ -9,3 +9,5 @@
|
|||
"Remote" = "Remote";
|
||||
"Updates" = "Updates";
|
||||
"Last.fm" = "Last.fm";
|
||||
|
||||
"Press Key..." = "Press Key...";
|
||||
|
|
Loading…
Reference in New Issue