Changeset 5687 in subversion


Ignore:
Timestamp:
Jan 2, 2012 9:56:36 AM (18 months ago)
Author:
thomasb
Message:

Use new short labels for compose toolbar buttons

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/en_US/labels.inc

    r5665 r5687  
    214214 
    215215$labels['editidents']    = 'Edit identities'; 
     216$labels['spellcheck']    = 'Spell'; 
    216217$labels['checkspelling'] = 'Check spelling'; 
    217218$labels['resumeediting'] = 'Resume editing'; 
    218219$labels['revertto']      = 'Revert to'; 
    219220 
     221$labels['attach'] = 'Attach'; 
    220222$labels['attachments'] = 'Attachments'; 
    221223$labels['upload'] = 'Upload'; 
  • trunk/roundcubemail/skins/larry/templates/compose.html

    r5685 r5687  
    3232<div id="messagetoolbar" class="fullwidth"> 
    3333<div id="mailtoolbar" class="toolbar"> 
    34         <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="checkspelling" /> 
    35         <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="addattachment" onclick="UI.show_uploadform();return false" /> 
    36         <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="insertsignature" /> 
     34        <roundcube:button command="spellcheck" type="link" class="button spellcheck disabled" classAct="button spellcheck" classSel="button spellcheck pressed" label="spellcheck" title="checkspelling" /> 
     35        <roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attach pressed" label="attach" title="addattachment" onclick="UI.show_uploadform();return false" /> 
     36        <roundcube:button command="insert-sig" type="link" class="button insertsig disabled" classAct="button insertsig" classSel="button insertsig pressed" label="signature" title="insertsignature" /> 
    3737        <roundcube:container name="toolbar" id="compose-toolbar" /> 
    3838</div> 
Note: See TracChangeset for help on using the changeset viewer.