Menu

#39 Hardcoded strings clearance

open
nobody
None
5
2006-07-03
2006-07-03
No

I did a clearance of hardcoded strings. Thanks to
MaxxCorp's help.

Discussion

  • Robert Zelnik

    Robert Zelnik - 2006-07-04

    self-explanatory (patch.diff is a patch to the current CVS tree and "new files" is a folder of new files that were created)

     
  • Robert Zelnik

    Robert Zelnik - 2006-07-04

    Logged In: YES
    user_id=421258

    I have found one mistake:

    modules/administrationmodule/_tableTrimSummary.tpl

    {$diff} {if $diff = 1}{$_TR.recreated_single}{/if}{if $diff
    != 1}{$_TR.recreated_multiple}{/if}<br />

    change to this:

    {$diff} {if $diff == 1}{$_TR.recreated_single}{/if}{if $diff
    != 1}{$_TR.recreated_multiple}{/if}<br />

    Currently it is fixed and the file was replaced.

     

Log in to post a comment.