From fee39b931dc1c773b3ea581677152965156acb12 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Jun 2006 04:47:33 +0000 Subject: [PATCH] element --- stepmania/src/ThemeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index f54268b6b4..435858d5d5 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -535,7 +535,7 @@ try_element_again: g_ThemePathCache[category].clear(); RString message = ssprintf( - "ThemeManager: There is more than one theme element element that matches " + "ThemeManager: There is more than one theme element that matches " "'%s/%s/%s'. Please remove all but one of these matches.", sThemeName.c_str(), sCategory.c_str(), ClassAndElementToFileName(sClassName,sElement).c_str() );