Changeset 458

Show
Ignore:
Timestamp:
11/14/08 19:03:36 (2 months ago)
Author:
armin
Message:

translation for result box title

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pmapper/trunk/javascript/pmjson.js

    r417 r458  
    351351        var resstr = parseJSON(resultJSON, infoWin); 
    352352        if (infoWin == 'dynwin') { 
    353             createDnRDlg({w:400, h:200}, {resizeable:true, newsize:false}, 'pmQueryContainer', 'Result', false); 
     353            createDnRDlg({w:400, h:200}, {resizeable:true, newsize:false}, 'pmQueryContainer', localeList['Result'], false); 
    354354            $('#pmQueryContainer_MSG').html(resstr).addClass('pmInfo').addClass('jqmdQueryMSG'); 
    355355        } else {