From 6cc34216297eec0d2c4e9647ce3a8be455b300b2 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 29 Dec 2010 17:05:53 -0600 Subject: [PATCH] this is a function --- Themes/_fallback/Scripts/03 ThemePrefsRows.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/03 ThemePrefsRows.lua b/Themes/_fallback/Scripts/03 ThemePrefsRows.lua index 26d102d1c7..8eebbae4ba 100644 --- a/Themes/_fallback/Scripts/03 ThemePrefsRows.lua +++ b/Themes/_fallback/Scripts/03 ThemePrefsRows.lua @@ -27,7 +27,7 @@ local DefaultParams = } -- local alias to simplify error reporting -local GetString( name ) +local function GetString( name ) return THEME:GetString( "ThemePrefsRows", name ) end