Yulu UI (2560x1440)
Missing border-textures on FR Client
If playing with the french-WoW-client, the border textures from kgpanels won't load.

Here is an easy fix for that:

Open \Interface\AddOns\kgPanels\kgPanels.lua with a text-editor like Notepad++ or Editor.

Go to line 96
and replace this
Code:
l_None = "Aucun"
with this:
Code:
l_None = "None"
Restart the game and everything should be fine.