Dotclear

Changeset 1528:41b40915bb82


Ignore:
Timestamp:
08/23/13 10:22:58 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Typo and semantic html tags fixes.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r1514 r1528  
    193193               if ($spam_count == 1) { 
    194194                    echo '<p>'.sprintf(__('You have one spam comment.'),'<strong>'.$spam_count.'</strong>').' '. 
    195                     '<a href="comments.php?status=-2">'.__('Show it.').'</a></p>'; 
     195                    '<a href="comments.php?status=-2">'.__('Show it.').'</a>.</p>'; 
    196196               } elseif ($spam_count > 1) { 
    197197                    echo '<p>'.sprintf(__('You have %s spam comments.'),'<strong>'.$spam_count.'</strong>').' '. 
    198                     '<a href="comments.php?status=-2">'.__('Show them.').'</a></p>'; 
     198                    '<a href="comments.php?status=-2">'.__('Show them.').'</a>.</p>'; 
    199199               } 
    200200          } 
  • locales/fr/plugins.po

    r1526 r1528  
    506506 
    507507msgid "Import" 
    508 msgstr "Importation" 
     508msgstr "Importer" 
    509509 
    510510msgid "Blowup Config" 
  • plugins/antispam/index.php

    r1518 r1528  
    147147     echo 
    148148     '<form action="'.$p_url.'" method="post" class="fieldset">'. 
    149      '<h3>'.__('Information').'</h3>'; 
     149     '<h3>'.__('Informations').'</h3>'; 
    150150 
    151151     if (!empty($_GET['del'])) { 
  • plugins/importExport/inc/class.dc.import.feed.php

    r907 r1528  
    8282          echo 
    8383          '<form action="'.$this->getURL(true).'" method="post">'. 
    84           '<fieldset><legend>'.__('Single blog').'</legend>'. 
    8584          '<p>'.sprintf(__('This will import a feed (RSS or Atom) a as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    8685           
     
    9392          '<input type="submit" value="'.__('Import').'" /></p>'. 
    9493           
    95           '</fieldset>'. 
    9694          '</form>'; 
    9795     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map