Dotclear


Ignore:
Timestamp:
05/08/11 11:13:45 (14 years ago)
Author:
kozlika
Branch:
default
Message:

save -> Save (Now all "Save" button are capitalized)

Location:
plugins/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r95 r217  
    235235               $core->formNonce(). 
    236236               form::hidden(array('action'),'tags'). 
    237                '<p><input type="submit" value="'.__('save').'" '. 
     237               '<p><input type="submit" value="'.__('Save').'" '. 
    238238               'name="save_tags" /></p>'. 
    239239               '</form>'; 
  • plugins/tags/tag_posts.php

    r125 r217  
    127127          '<p><label for="new_tag_id" class="classic">'.__('Rename this tag:').' '. 
    128128          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
    129           '</label> <input type="submit" value="'.__('save').'" />'. 
     129          '</label> <input type="submit" value="'.__('Save').'" />'. 
    130130          $core->formNonce().'</p>'. 
    131131          '</form>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map