WoWInterface SVN Broker_Equipment

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

trunk/Broker_Equipment/Broker_Equipment.lua
2,10 → 2,10
if(GetLocale() == 'deDE') then
L.TOOLTIP = 'Klicke hier um das set zu wechsein'
L.NOSET = 'Kein set'
elseif(GetLocale() == 'zhCN' then
elseif(GetLocale() == 'zhCN') then
L.TOOLTIP = '点击选择套装'
L.NOSET = '无套装'
elseif(GetLocale() == 'zhTW' then
elseif(GetLocale() == 'zhTW') then
L.TOOLTIP = '點擊選擇套裝'
L.NOSET = '無套裝'
else