From 398fb8872feafdd7c64770ba8388c0053599e621 Mon Sep 17 00:00:00 2001 From: Kyzentun Keeslala Date: Fri, 26 Jun 2015 22:59:06 -0600 Subject: [PATCH] Fixed grammar in AttractSoundFrequency text. --- Themes/_fallback/Languages/en.ini | 2 +- Themes/_fallback/Scripts/04 LogDisplay.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/Languages/en.ini b/Themes/_fallback/Languages/en.ini index 9f68ba1320..1c10213508 100644 --- a/Themes/_fallback/Languages/en.ini +++ b/Themes/_fallback/Languages/en.ini @@ -353,7 +353,7 @@ Theme Options=Change theme specific features and functions. ArcadeOptionsNavigation=&oq;SM style&cq;: Start button moves to End, Up/Down switches between option lines. &oq;Arcade style&cq;: Start button moves cursor to next option line (Up/Down ignored). Assist=Assist Attacks=Choose whether non-course attacks will appear during gameplay. -AttractSoundFrequency=Set to ALWAYS to play sound every during the attract screens. Set to N TIMES to play sounds every N attract sequences. +AttractSoundFrequency=Set to ALWAYS to play sound every time during the attract screens. Set to N TIMES to play sounds every N attract sequences. AutoAdjust=AutoAdjust AutoMapOnJoyChange=If this setting is &oq;On&cq;, the game will remap joysticks if they were not previously connected. Turning auto mapping on will override any manually defined mappings. AutoPlay=This option is useful for those who would like to play without using a pad. However, you will not be able to set high scores or earn extra stages while this option is ON. diff --git a/Themes/_fallback/Scripts/04 LogDisplay.lua b/Themes/_fallback/Scripts/04 LogDisplay.lua index ca1fcc116a..33d67cc937 100644 --- a/Themes/_fallback/Scripts/04 LogDisplay.lua +++ b/Themes/_fallback/Scripts/04 LogDisplay.lua @@ -145,7 +145,7 @@ local log_display_mt= { end, [name_mess]= function(subself, mess) if PREFSMAN:GetPreference("IgnoredDialogs") ~= "" then - self:visible(false) + subself:visible(false) return end if not mess.message then return end