Added "Press Key" to localized strings.
parent
8afe1928ff
commit
19c23ba5fa
|
@ -10,3 +10,4 @@
|
||||||
"Updates" = "Updates";
|
"Updates" = "Updates";
|
||||||
"Last.fm" = "Last.fm";
|
"Last.fm" = "Last.fm";
|
||||||
|
|
||||||
|
"Press Key..." = "Press Key...";
|
||||||
|
|
|
@ -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...";
|
||||||
|
|
|
@ -9,3 +9,5 @@
|
||||||
"Remote" = "Fernsteuerung";
|
"Remote" = "Fernsteuerung";
|
||||||
"Updates" = "Updates";
|
"Updates" = "Updates";
|
||||||
"Last.fm" = "Last.fm";
|
"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];
|
[self disableAllHotKeys];
|
||||||
|
|
||||||
observing = YES;
|
observing = YES;
|
||||||
[self setStringValue:@"Press Key..."];
|
[self setStringValue:NSLocalizedStringFromTableInBundle(@"Press Key...", nil, [NSBundle bundleForClass:[self class]], @"")];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)stopObserving
|
- (void)stopObserving
|
||||||
|
|
|
@ -9,3 +9,5 @@
|
||||||
"Remote" = "Remote";
|
"Remote" = "Remote";
|
||||||
"Updates" = "Updates";
|
"Updates" = "Updates";
|
||||||
"Last.fm" = "Last.fm";
|
"Last.fm" = "Last.fm";
|
||||||
|
|
||||||
|
"Press Key..." = "Press Key...";
|
||||||
|
|
Loading…
Reference in New Issue