diff --git a/frontend/util.lua b/frontend/util.lua index 3aaae5351..93fa1cec7 100755 --- a/frontend/util.lua +++ b/frontend/util.lua @@ -274,7 +274,7 @@ function util.getMenuText(item) text = item.text end if item.sub_item_table ~= nil then - text = text .. " \226\150\182" + text = text .. " \226\150\184" end return text end