Changeset 5687 in subversion
- Timestamp:
- Jan 2, 2012 9:56:36 AM (18 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
program/localization/en_US/labels.inc (modified) (1 diff)
-
skins/larry/templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/localization/en_US/labels.inc
r5665 r5687 214 214 215 215 $labels['editidents'] = 'Edit identities'; 216 $labels['spellcheck'] = 'Spell'; 216 217 $labels['checkspelling'] = 'Check spelling'; 217 218 $labels['resumeediting'] = 'Resume editing'; 218 219 $labels['revertto'] = 'Revert to'; 219 220 221 $labels['attach'] = 'Attach'; 220 222 $labels['attachments'] = 'Attachments'; 221 223 $labels['upload'] = 'Upload'; -
trunk/roundcubemail/skins/larry/templates/compose.html
r5685 r5687 32 32 <div id="messagetoolbar" class="fullwidth"> 33 33 <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="a ddattachment" 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" /> 37 37 <roundcube:container name="toolbar" id="compose-toolbar" /> 38 38 </div>
Note: See TracChangeset
for help on using the changeset viewer.
