Ignore:
Timestamp:
Feb 5, 2014, 2:14:14 PM (10 years ago)
Author:
maron
Message:
  • added: compare text in addon without white char
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/files/5.4.0/CzWoW/CzWoW.lua

    r779 r784  
    1818        text = gsub(text, "^%s+", "");
    1919        text = gsub(text, "%s+$", "");
     20        text = gsub(text, " ", "");
    2021        return text;
    2122end
     
    8990  if Debug then
    9091    if (text == nil) then else
     92     print("Or: "..text);
    9193     print("En: "..trim(text));
    9294     text = DoTranslate(text);
Note: See TracChangeset for help on using the changeset viewer.