lua unfinished string when reloading #1673


Open
  • bronx29 created this issue Jun 26, 2021

    I don't use french if that helps

     

    Message: Interface\AddOns\ShadowedUnitFrames\localization\frFR-French.lua:536: unfinished string near '"Filtres de liste prioritair'
    Time: Sat Jun 26 17:12:00 2021
    Count: 4
    Stack: Interface\AddOns\ShadowedUnitFrames\localization\frFR-French.lua:536: unfinished string near '"Filtres de liste prioritair'

    Locals: <none>

  • Chromos_Def posted a comment Jul 13, 2021

    v4.3.1-classic-bcc

     

    I report that same within this version.

     

    On line 536

    L["Override list filters"] = "Filtres de liste prioritair

    should be

    L["Override list filters"] = "Filtres de liste prioritair"

     

    Missing a quotation on the end there.

     


To post a comment, please login or register a new account.