From 30789c608e37952a064c96490a9a5fb14782ff9d Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 9 Jul 2022 15:23:33 -0700 Subject: [PATCH] Add two missing strings from the Sparkle branch Oops, those were missing. Signed-off-by: Christopher Snowhill --- Preferences/Preferences/es.lproj/Preferences.strings | 3 +++ es.lproj/MainMenu.strings | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Preferences/Preferences/es.lproj/Preferences.strings b/Preferences/Preferences/es.lproj/Preferences.strings index 0342f0269..663d89890 100644 --- a/Preferences/Preferences/es.lproj/Preferences.strings +++ b/Preferences/Preferences/es.lproj/Preferences.strings @@ -246,3 +246,6 @@ /* Class = "NSButtonCell"; title = "Enable HRTF filter (Not needed with AirPods or Beats)"; ObjectID = "NGx-0c-WVR"; */ "NGx-0c-WVR.title" = "Activar filtro HRTF (no es necesario con AirPods o Beats)"; + +/* Class = "NSButtonCell"; title = "Automatically check for updates on startup"; ObjectID = "207"; */ +"207.title" = "Automatically check for updates on startup"; diff --git a/es.lproj/MainMenu.strings b/es.lproj/MainMenu.strings index 89ff673f2..38d2d4fcc 100644 --- a/es.lproj/MainMenu.strings +++ b/es.lproj/MainMenu.strings @@ -784,3 +784,5 @@ /* Class = "NSToolbarItem"; paletteLabel = "Show Equalizer"; ObjectID = "ZOn-sB-FR3"; */ "ZOn-sB-FR3.paletteLabel" = "Mostrar ecualizador"; +/* Class = "NSMenuItem"; title = "Check for Updates..."; ObjectID = "302"; */ +"302.title" = "Check for Updates...";