X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fdocs%2Fdesign_docs%2Fstring-extraction-guide.txt;h=5c77aa8af67445bd9b01dd229f7c36b7cdade7fb;hp=757a2701493a800a8b897094902c6c2cd5cd5513;hb=f00e8e20ff518289fb29275eb3ec51d7b6bc1e26;hpb=a9aa4d83ae52cfece965cd8f175a29394938f76a diff --git a/rt/docs/design_docs/string-extraction-guide.txt b/rt/docs/design_docs/string-extraction-guide.txt index 757a27014..5c77aa8af 100644 --- a/rt/docs/design_docs/string-extraction-guide.txt +++ b/rt/docs/design_docs/string-extraction-guide.txt @@ -63,9 +63,9 @@ that this will genereate code which will not work in RT 2.1.3. I need to add a bit of framework to make it work in 2.1.4 -The string <& /Elements/TitleBoxStart, width=> "40%", titleright => "RT $RT::VERSION for ". RT->Config->Get('rtname'), title => 'Login' &> +The string <& /Widgets/TitleBoxStart, width=> "40%", titleright => "RT $RT::VERSION for ". RT->Config->Get('rtname'), title => 'Login' &> -should become <& /Elements/TitleBoxStart, +should become <& /Widgets/TitleBoxStart, width=> "40%", titleright => loc("RT [_1] for [_2]",$RT::VERSION, RT->Config->Get('rtname')), title => loc('Login'),