diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 31dbb110..8245b33f 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -838,7 +838,7 @@ function update_list(contentToShow) fanmadePlayerCards = "Fan-Made Player Cards", fanmadeScenarios = "Fan-Made Scenarios" } - UI.setValue("previewTitle", cleanName[contentToShow]) + UI.setValue("title", "Downloadable Content: " .. cleanName[contentToShow]) -- addition of list items according to library file local childrenTable = {}