mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Various fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var modKey = isMac ? 'Cmd' : 'Ctrl';
|
||||
|
||||
var lang_dxwaterfall_tune_to_spot = "<?= __("Tune to spot frequency"); ?>" + " [" + modKey + "+Shift+Space]";
|
||||
var lang_dxwaterfall_cycle_nearby_spots = "<?= __("Cycle to nearby spots"); ?>";
|
||||
var lang_dxwaterfall_cycle_nearby_spots = "<?= __("Cycle through nearby spots"); ?>" + " [" + modKey + "+Space]";
|
||||
var lang_dxwaterfall_spots = "<?= __("spots"); ?>";
|
||||
var lang_dxwaterfall_new_continent = "<?= __("New Continent"); ?>";
|
||||
var lang_dxwaterfall_new_dxcc = "<?= __("New DXCC"); ?>";
|
||||
|
||||
Reference in New Issue
Block a user