302bbb9 ticket 1659 - invalid i18n string in dns.py

1 file Authored by jdennis 12 years ago, Committed by mkosek 12 years ago,
    ticket 1659 - invalid i18n string in dns.py
    
    dns.py at line 976 has an invalid i18n string and cannot be processed
    during message extraction causing message catalog generation to fail.
    
    The format parameters are trapped inside the i18n string. Also it's
    not necessary to promote the i18n string literal to unicode via the u
    prefix because the _() function returns unicode.
    
        
file modified
+2 -3