Changeset 2341

Show
Ignore:
Timestamp:
05/15/08 19:32:48 (21 months ago)
Author:
bchoate
Message:

Added trans block for 'Signing in' phrase. BugId:79753

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/default_templates/javascript.mtml

    r2325 r2341  
    402402        el = document.getElementById('comment-form-external-auth'); 
    403403    if (el) 
    404         el.innerHTML = 'Signing in... <img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />'; 
     404        el.innerHTML = '<__trans phrase="Signing in..."> <img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />'; 
    405405 
    406406    mtClearUser(); // clear any 'anonymous' user cookie to allow sign in