Changeset 5553


Ignore:
Timestamp:
02/27/12 08:47:16 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Correção no arquivo de tradução, 'Marker' para 'Label'

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5549 r5553  
    343343        .append("<div class='my-labels'>" + 
    344344                                "<img src='../prototype/modules/mail/img/tag.png'/>" + 
    345                                 "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='"+get_lang("My markers")+"'>"+get_lang("My markers")+"</a>" + 
     345                                "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='"+get_lang("My Label")+"'>"+get_lang("My Label")+"</a>" + 
    346346                                 
    347347                                "<span class='status-list-labels ui-icon ui-icon-triangle-1-s'></span>" + 
  • trunk/prototype/modules/mail/templates/label_configure.ejs

    r5552 r5553  
    3030                        </select> 
    3131                        <div class="form-item"> 
    32                           <label for="backgroundColor" class="label-cor"><%= get_lang("Marker Color")%>:</label> 
     32                          <label for="backgroundColor" class="label-cor"><%= get_lang("Label Color")%>:</label> 
    3333                          <input type="text" name="backgroundColor" id="background" class="colorwell" value="#ebebeb" /> 
    3434                        </div> 
Note: See TracChangeset for help on using the changeset viewer.